AspNetRequestScopeStorageProvider Class

Definition

Defines an ASP.NET request scope storage provider.

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

Constructors

AspNetRequestScopeStorageProvider()

Initializes a new instance of the AspNetRequestScopeStorageProvider class.

Properties

ApplicationScope

Gets the dictionary to store data in the application scope.

CurrentScope

Gets or sets the dictionary to store data in the current scope.

GlobalScope

Gets the dictionary to store data in the global scope.

RequestScope

Gets the dictionary to store data in the request scope.

Applies to