I have this model:
public class Something { public int Id { get; set; } public Uri Hyperlink { get; set; } }
All Uri typ
Uri