IPageAdapter Members

Defines the interface to a page adapter.

The following tables list the members exposed by the IPageAdapter type.

  Name Description
Public property CacheVaryByHeaders Returns a list of any additional HTTP headers by which caching is varied.
Public property CookielessDataDictionary Use this property to persist data between requests through the use of the URL query string.
Public property OptimumPageWeight Returns a page weight appropriate for the target device. Used in form pagination.
Public property Page Gets or sets the page to which the adapter is attached.
Public property PersistCookielessData Gets or sets whether items from the CookielessDataDictionary property are persisted in the query string.
Top

  Name Description
Public method CreateTextWriter Creates and returns a text writer suitable for the given adapters.
Public method DeterminePostBackMode Called to determine the postback data collection.
Public method HandleError Returns true if it handles the error.
Public method HandlePagePostBackEvent Returns true if it handles the exception.
Top

Community Additions

ADD
Show: