using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace KJH55128_Rec.ViewModels { public class UrlEntity { public string Text { get; set; } public string Url { get; set; } } }