StaticScopeStorageProvider Class

Definition

Provides scoped access to static data.

public class StaticScopeStorageProvider : System.Web.WebPages.Scope.IScopeStorageProvider
type StaticScopeStorageProvider = class
    interface IScopeStorageProvider
Public Class StaticScopeStorageProvider
Implements IScopeStorageProvider
Inheritance
StaticScopeStorageProvider
Implements

Constructors

StaticScopeStorageProvider()

Initializes a new instance of the StaticScopeStorageProvider class.

Properties

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.

Applies to