单项选择题

Web Service的扩展名是()。

A.ascx
B.asax
C.asmx
D.ashx

<上一题 目录 下一题>
热门 试题

单项选择题
在ASP.NET MVC中,根据以下控制器代码,下列选项中,URL正确的是()

A.http://localhost/Default/
B.http://localhost/Hello/Index
C.http://localhost/Hello/Default
D.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"%>

相关试题
  • 执行代码,其结果是()
  • 在SQL Server中,下列哪句是分支语句的标...
  • String对象获取长度的属性是()。
  • 对字符串str= hello world 进行下列操...
  • 多态的主要目的是()。