移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

单选题

You work as a Web Developer at Certkiller.com. You are in the process of creating a mobile Webapplication. You use Microsoft ASP.NET 3.5 to create the Web application.  In an assembly named MobileUser the following code exists:  namespace Certkiller.MobileUser {  public class Capabilities {  public static bool IsEnhancedDevice(MobileCapabilities capabilities, string optional) {  return (capabilities["AJAX"] == Boolean.TrueString &&  capabilities["Silverlight"] == Boolean.TrueString);  }  }  }  The following code is contained on a page in the Web application:  MobileCapabilities capabilities = (MobileCapabilities)Request.Browser;  bool isEnhancedDevice = capabilities.HasCapability("SilverlightAndAjax", null)  You have to make sure that the code calls the IsEnhancedDevice method of the Capabilities class.You configure the Web.config file to accomplish this. What should you do?()

发布日期:2021-03-17

You work as a Web Developer at Certkiller.com. You...
A

A

B

B

C

C

D

D

标签: "暂无标签"

题王网让考试变得更简单

扫码关注题王,更多免费功能准备上线!