namespace WeatherForecast.Models { public class LinkModel { public string Target { get; set; } public string AnchorText { get; set; } } }