StaticScopeStorageProvider Class
Provides scoped access to static data.
Inheritance Hierarchy
System.Object
System.Web.WebPages.Scope.StaticScopeStorageProvider
Namespace: System.Web.WebPages.Scope
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
Syntax
'Declaration
Public Class StaticScopeStorageProvider _
Implements IScopeStorageProvider
'Usage
Dim instance As StaticScopeStorageProvider
public class StaticScopeStorageProvider : IScopeStorageProvider
public ref class StaticScopeStorageProvider : IScopeStorageProvider
type StaticScopeStorageProvider =
class
interface IScopeStorageProvider
end
public class StaticScopeStorageProvider implements IScopeStorageProvider
The StaticScopeStorageProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StaticScopeStorageProvider | Initializes a new instance of the StaticScopeStorageProvider class. |
Top
Properties
Name | Description | |
---|---|---|
CurrentScope | Gets or sets a dictionary that stores current data under a static context. | |
GlobalScope | Gets a dictionary that stores global data under a static context. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.