Redirects the specified URL.

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void Redirect(
	string url,
	bool endResponse
)
Visual Basic
Public Shared Sub Redirect ( 
	url As String,
	endResponse As Boolean
)

Parameters

url
Type: System..::..String
The URL.
endResponse
Type: System..::..Boolean
if set to true [end response].

See Also