Share via


IScopeStorageProvider Interface

Defines a dictionary that provides scoped access to data.

Namespace:  System.Web.WebPages.Scope
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Interface IScopeStorageProvider
'Usage
Dim instance As IScopeStorageProvider
public interface IScopeStorageProvider
public interface class IScopeStorageProvider
type IScopeStorageProvider =  interface end
public interface IScopeStorageProvider

The IScopeStorageProvider type exposes the following members.

Properties

  Name Description
Public property CurrentScope Gets and sets the dictionary that is used to store data in the current scope.
Public property GlobalScope Gets the dictionary that is used to store data in the global scope.

Top

See Also

Reference

System.Web.WebPages.Scope Namespace