多项选择题
以下属于HtmlHelper 类的方法有()
A.TextBoxFor()
B.DropdownListFor()
C.BeginForm()
D.EndForm()
点击查看答案&解析
相关考题
-
多项选择题
web 开发中,页面之间的传值方式都有()
A.HTTP
B.FTP
C.GET
D.POST -
多项选择题
在asp.net mvc 页面里显示“你好世界”下面代码正确的是()
A.%Response.Write("你好世界");%>
B.%="你好世界"%>
C.%#Eval("你好世界")%>
D.%:"你好世界"%> -
多项选择题
在ASP.NET 中,以下属于服务器控件的是()
A.<asp:Lable ID=”IbName”></asp:Lable>
B.<asp:TextBox ID=”txtName”ruant=”sever”></asp:TextBox>Web 服务器控件、Html 服务器控件
C.<asp:Lable ID=”LbName”ruant=”server”></asp:Lable>
D.<input id=txtName type=”text”ruant=”server”>
