namespace DR.FV2016.Web.Models { public class SpecialContent { public bool ShowFullWidth { get; set; } public string Url { get; set; } public bool IsIframe { get; set; } public SpecialContent() { Url = string.Empty; } } }