Click or drag to resize

ResponseRedirect Method (String)

Redirects a request to the specified URL

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

Parameters

url
Type: SystemString
The target location

Implements

IResponseRedirect(String)
See Also