This topic has not yet been rated - Rate this topic

ScopeStorage Class

Defines a class that is used to contain storage for a transient scope.

System.Object
  System.Web.WebPages.Scope.ScopeStorage

Namespace:  System.Web.WebPages.Scope
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)
public static class ScopeStorage

The ScopeStorage type exposes the following members.

  Name Description
Public property Static member CurrentProvider Gets or sets the current scope provider.
Public property Static member CurrentScope Gets the dictionary that is used to store data in the current scope.
Public property Static member GlobalScope Gets the dictionary that is used to store data in the global scope.
Top
  Name Description
Public method Static member CreateTransientScope() Returns a dictionary that is used to store data in a transient scope, based on the scope in the CurrentScope property.
Public method Static member CreateTransientScope(IDictionary<Object, Object>) Returns a dictionary that is used to store data in a transient scope.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)