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.
| Class | Description | |
|---|---|---|
![]() | 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. |
| Interface | Description | |
|---|---|---|
![]() | IScopeStorageProvider | Defines a dictionary that provides scoped access to data. |
Show:
