System.Web.WebPages.Scope Namespace

The System.Web.WebPages.Scope namespace contains classes that are used for scoped storage in pages that are creating using ASP.NET Web Pages with the Razor syntax.

Classes

  Class Description
Public class AspNetRequestScopeStorageProvider Defines an ASP.NET request scope storage provider.
Public class ScopeStorage Defines a class that is used to contain storage for a transient scope.
Public class ScopeStorageDictionary Represents a collection of keys and values that are used to store data at different scope levels (local, global, and so on).
Public class StaticScopeStorageProvider Provides scoped access to static data.

Interfaces

  Interface Description
Public interface IScopeStorageProvider Defines a dictionary that provides scoped access to data.