CookieBrowserOverrideStore Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets overridden user agent for a request from a cookie. Creates a cookie to set the overridden user agent.
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 CookieBrowserOverrideStore type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CookieBrowserOverrideStore() | 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 CookieBrowserOverrideStore class. |
![]() | CookieBrowserOverrideStore(Int32) | 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 CookieBrowserOverrideStore 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. (Overrides BrowserOverrideStore::GetOverriddenUserAgent(HttpContextBase).) |
![]() | 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. (Overrides BrowserOverrideStore::SetOverriddenUserAgent(HttpContextBase, String).) |
![]() | ToString | (Inherited from Object.) |
Show:
