A.ascxB.asaxC.asmxD.ashx
单项选择题在ASP.NET MVC中,根据以下控制器代码,下列选项中,URL正确的是()
A.http://localhost/Default/B.http://localhost/Hello/IndexC.http://localhost/Hello/DefaultD.http://localhost/Hello/View
单项选择题下列关于ASP.NET页面缓存的OutputCache指令的声明,正确的是()
A.< %@OutputCache Duration="5"%>B.< %@OutputCache VaryByParam="name"%>C.< %@OutputCache Duration="5000"VaryByParam="id,isbn"%>D.< %@OutputCache Duration="5"VaryByControl="none"%>
单项选择题在ASP.NET MVC中,对Action方法的要求的说法中,不正确的是()。
A.方法必须使用public修饰符修饰B.方法必须是static(静态)方法C.方法参数不能是泛型参数D.方法的返回类型为ActionResult
单项选择题在ASP.NET中的整页缓存@OutputCache指令中,()是必需属性。
A.VaryByParamB.VaryByControlC.LocationD.Duration
单项选择题下列()jQuery函数能够匹配元素之后插入的内容。
A.appendB.appendToC.insertD.after