标签:style blog http ar io color sp strong on
Part I:提问
===========================
1.为了编辑应用程序的统一布局,可打开位于Views\Shared子目录中的( )文件。
A.MasterPage.html B._Layout.cshtml C._Layout.cs D.MasterPage.cs
2.@Html.ActionLink(“编辑”,“Edit”, “Student”, new {id=2}, new { target=“main”})语句中,参数id的含义是什么( )
A.css样式 B.控制器名称 C.路由参数 D.动作名称
3.在模板页文件中,( )将注入当前视图的内容,即由动作的视图所生成的标记,以便基于模板的视图拥有统一的外观,不同的内容。
A.RenderSection B.RenderPartial C.RenderContent D.RenderBody
Part II:授课综述
===========================
标签:style blog http ar io color sp strong on
原文地址:http://www.cnblogs.com/meetyy/p/4170958.html