7 lines
153 B
C#
7 lines
153 B
C#
namespace WeatherForecast.Models {
|
|
public class LinkModel {
|
|
public string Target { get; set; }
|
|
public string AnchorText { get; set; }
|
|
}
|
|
}
|