Click or drag to resize

PFSite_RequestContext Methods

The PFSite_RequestContext type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClearSite
Removes the reference to the PFSite from the current request. Also tries to dispose the site, to release its resources.
Public methodStatic memberClearSiteAndRedirect(HttpResponse, String)
Releases the site (as the EndRequest would normally do) and redirects the response.
Public methodStatic memberClearSiteAndRedirect(HttpResponse, String, Boolean)
Releases the site (as the EndRequest would normally do) and redirects the response.
Top
See Also