CookieBrowserOverrideStore Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.