单项选择题
在ASP.NET MVC中,根据以下代码,下列说法正确的是?public class MyFirstController:Controller{public ActionResult Index(){return View();}}()
A.其默认视图页面为:/View/Index.cshtmlB.其默认视图页面为:/Index.cshtmlC.其默认视图页面为:/Views/MyFirst/Index.cshtmlD.其默认视图页面为:/Views/Action/Index.cshtml
单项选择题 如果想要删除一条数据,则以下哪个ajax请求可以完成?()
单项选择题 在地址栏输入 http://localhost:端口号/api/sysuser 地址后,默认访问的是HTTP的哪个动词?()
多项选择题 以下哪些场景适合使用Web API?()