Click or drag to resize

PFSite_RequestContextClearSiteAndRedirect Method (HttpResponse, String, Boolean)

Releases the site (as the EndRequest would normally do) and redirects the response.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static void ClearSiteAndRedirect(
	this HttpResponse response,
	string url,
	bool endResponse
)

Parameters

response
Type: System.WebHttpResponse
url
Type: SystemString
endResponse
Type: SystemBoolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HttpResponse. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also