Share via


CookieBrowserOverrideStore Constructors

Definition

Overloads

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.

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.

public CookieBrowserOverrideStore ();
Public Sub New ()

Applies to

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.

public CookieBrowserOverrideStore (int daysToExpire);
new System.Web.WebPages.CookieBrowserOverrideStore : int -> System.Web.WebPages.CookieBrowserOverrideStore
Public Sub New (daysToExpire As Integer)

Parameters

daysToExpire
Int32

The days to expire.

Applies to