Redirects the page to a new location specified by the url parameter.

Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
protected void Redirect(
	string url
)
Visual Basic
Protected Sub Redirect ( _
	url As String _
)
Visual C++
protected:
void Redirect(
	String^ url
)

Parameters

url
Type: System..::..String
The new location

See Also