We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d253e6 commit 06e3dd8Copy full SHA for 06e3dd8
1 file changed
FINT.Model.Resource/Link.cs
@@ -14,7 +14,7 @@ private Link(string verdi)
14
href = verdi;
15
}
16
17
- public string href { get; }
+ public string href { get; set; }
18
19
public static Link with(string verdi)
20
{
@@ -46,4 +46,4 @@ private static string getHrefPlaceholder(Type placeholderClass)
46
return replace2.ToLower();
47
48
49
-}
+}
0 commit comments