CookieBrowserOverrideStore Class

Definition

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.

public class CookieBrowserOverrideStore : System.Web.WebPages.BrowserOverrideStore
type CookieBrowserOverrideStore = class
    inherit BrowserOverrideStore
Public Class CookieBrowserOverrideStore
Inherits BrowserOverrideStore
Inheritance
CookieBrowserOverrideStore

Constructors

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.

Methods

GetOverriddenUserAgent(HttpContextBase)

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.

SetOverriddenUserAgent(HttpContextBase, String)

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.

Applies to