可学答题网 > 问答 > MCPD(70-562)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You work as a Web


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?()

  • AA
  • BB
  • CC
  • DD
参考答案
参考解析:
分类:MCPD(70-562)题库
相关推荐

1、You work as a Web

You work as a Web Developer at Certkiller.com. You are in the process of creating a W...

2、You work as a Web

You work as a Web Developer at Certkiller.com. Certkiller.com makes use of Microsoft ASP.NET3.5.&ens...

3、You work as a Web

You work as a Web Developer at Certkiller.com. You are in the process of creating a W...

4、You work as a Web

You work as a Web Developer at Certkiller.com. You are in the process of creating a W...

5、You work as a Web

You work as a Web Developer at Certkiller.com. You are in the process of creating a W...

6、You work as a Web

You work as a Web Developer at Certkiller.com. You create a Web application using MicrosoftASP....