PdfPrep.com

Which code segment should you use to update the controller?

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

Exit mobile version