PFSite_RequestContext Class |
Namespace: Packflow.Core
public static class PFSite_RequestContext
The PFSite_RequestContext type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Name |
Gets or sets a name representing the current request.
|
![]() ![]() | RequestAvailable |
Gets a value indicating whether a current HttpContext and a current HttpRequest are available.
|
![]() ![]() | Site |
Gets the PFSite representing the current request.
|
![]() ![]() | SiteEnabled |
Gets or sets a value indicating whether a PFSite could use the current context.
|
![]() ![]() | StartDate |
Gets or sets the start date of the current request.
|
Name | Description | |
---|---|---|
![]() ![]() | ClearSite |
Removes the reference to the PFSite from the current request.
Also tries to dispose the site, to release its resources.
|
![]() ![]() | ClearSiteAndRedirect(HttpResponse, String) |
Releases the site (as the EndRequest would normally do) and redirects the response.
|
![]() ![]() | ClearSiteAndRedirect(HttpResponse, String, Boolean) |
Releases the site (as the EndRequest would normally do) and redirects the response.
|