Click or drag to resize

ResponseRedirect Method (String, Boolean)

Redirects a request to the specified URL and specifies whether execution of the current request should terminate

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public void Redirect(
	string url,
	bool endResponse
)

Parameters

url
Type: SystemString
The target locatioj
endResponse
Type: SystemBoolean
True to terminate the current request

Implements

IResponseRedirect(String, Boolean)
See Also