Select from following answers:- HttpBrowserCapabilities
- XmlHttpRequest
- XmlHttpResponse
- both 2 & 3
- All Above
ASP.NET determines the capabilities of the browser that a user is using to browse your site by using a feature called browser capabilities. Browser capabilities are represented by the HttpBrowserCapabilities object (exposed by the Request.Browser property)
This feature introduce in Asp.Net 4.0.
Show Correct Answer
Source: http://www.asp.net/learn/white | Asked In: Many Interviews |
Alert Moderator