Skip to content

Commit 06e3dd8

Browse files
author
Asgeir Storesund Nilsen
authored
Update Link.cs
Added setter for href. Closes #2.
1 parent 8d253e6 commit 06e3dd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

FINT.Model.Resource/Link.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ private Link(string verdi)
1414
href = verdi;
1515
}
1616

17-
public string href { get; }
17+
public string href { get; set; }
1818

1919
public static Link with(string verdi)
2020
{
@@ -46,4 +46,4 @@ private static string getHrefPlaceholder(Type placeholderClass)
4646
return replace2.ToLower();
4747
}
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)