Share via


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
Public method StaticScopeStorageProvider Initializes a new instance of the StaticScopeStorageProvider class.

Top

Properties

  Name Description
Public property CurrentScope Gets or sets a dictionary that stores current data under a static context.
Public property GlobalScope Gets a dictionary that stores global data under a static context.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

System.Web.WebPages.Scope Namespace