HttpBrowserCapabilitiesBase.Browser Property

 

When overridden in a derived class, gets the browser string (if any) that was sent by the browser in the User-Agent request header.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

abstract Browser : string with get
override Browser : string with get

Property Value

Type: System.String

The contents of the User-Agent request header that was sent by the browser.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: