ScopeStorage Class
Defines a class that is used to contain storage for a transient scope.
Namespace:
System.Web.WebPages.Scope
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
The ScopeStorage type exposes the following members.
| Name | Description | |
|---|---|---|
|
CurrentProvider | Gets or sets the current scope provider. |
|
CurrentScope | Gets the dictionary that is used to store data in the current scope. |
|
GlobalScope | Gets the dictionary that is used to store data in the global scope. |
| Name | Description | |
|---|---|---|
|
CreateTransientScope() | Returns a dictionary that is used to store data in a transient scope, based on the scope in the CurrentScope property. |
|
CreateTransientScope(IDictionary<Object, Object>) | Returns a dictionary that is used to store data in a transient scope. |