@model CourseModel @{ HtmlTitle = "课程中心"; ViewData["IsTopLevel"] = true; ViewData["CategoryId"] = Model.CategoryId.HasValue ? Model.CategoryId : null; } @section styles{ } @section scripts{ }