System.Web.WebPages.Scope Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AspNetRequestScopeStorageProvider |
Defines an ASP.NET request scope storage provider. |
ScopeStorage |
Defines a class that is used to contain storage for a transient scope. |
ScopeStorageDictionary |
Represents a collection of keys and values that are used to store data at different scope levels (local, global, and so on). |
StaticScopeStorageProvider |
Provides scoped access to static data. |
Interfaces
IScopeStorageProvider |
Defines a dictionary that provides scoped access to data. |