public class ModuleEntry { public bool IsDefault { get; set; } public string DisplayText { get; set; } public string Path { get; set; } public bool EnableFallbackRoute { get; set; } public string DefaultDocument { get; set; } public string HtmlBaseReplace { get; set; } }