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.

  ClassDescription
Public classAspNetRequestScopeStorageProviderDefines an ASP.NET request scope storage provider.
Public classScopeStorageDefines a class that is used to contain storage for a transient scope.
Public classScopeStorageDictionaryRepresents a collection of keys and values that are used to store data at different scope levels (local, global, and so on).
Public classStaticScopeStorageProviderProvides scoped access to static data.

  InterfaceDescription
Public interfaceIScopeStorageProviderDefines a dictionary that provides scoped access to data.
Show: