BrowserOverrideStore Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The current BrowserOverrideStore is used to get and set the user agent of a request.
System.Object
System.Web.WebPages.BrowserOverrideStore
System.Web.WebPages.CookieBrowserOverrideStore
System.Web.WebPages.BrowserOverrideStore
System.Web.WebPages.CookieBrowserOverrideStore
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
The BrowserOverrideStore type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BrowserOverrideStore | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the BrowserOverrideStore class. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetOverriddenUserAgent | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Looks for a user agent by searching for the browser override cookie. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetOverriddenUserAgent | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds a browser override cookie with the set user agent to the response of the current request. |
![]() | ToString | (Inherited from Object.) |
Show:
