Share via


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.

Inheritance Hierarchy

System.Object
  System.Web.WebPages.BrowserOverrideStore
    System.Web.WebPages.CookieBrowserOverrideStore

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

Syntax

'Declaration
Public MustInherit Class BrowserOverrideStore
'Usage
Dim instance As BrowserOverrideStore
public abstract class BrowserOverrideStore
public ref class BrowserOverrideStore abstract
[<AbstractClassAttribute>]
type BrowserOverrideStore =  class end
public abstract class BrowserOverrideStore

The BrowserOverrideStore type exposes the following members.

Constructors

  Name Description
Protected method 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.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method 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.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.WebPages Namespace