BrowserOverrideStore Class

Definition

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.

public abstract class BrowserOverrideStore
type BrowserOverrideStore = class
Public MustInherit Class BrowserOverrideStore
Inheritance
BrowserOverrideStore
Derived

Constructors

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.

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