Which code segment should you use to update the controller?

Posted by: Pdfprep Category: 70-486 Tags: , ,

You updated the web.config file with the HTTP run-time value required to display an alternative version of the site.

You need to ensure that the correct page displays to the users.

Which code segment should you use to update the controller?
A . If (Request.IsTabletDevice)
B . If (Request.Browser.IsBrowser("Mobile"))
C . If (Request.UserAgent["Tablet"])
D . If (Request.Browser.IsMobileDevice)

Answer: D

Leave a Reply

Your email address will not be published.