RedirectResult Constructor

Visual Studio 2010

Initializes a new instance of the RedirectResult class.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Sub New ( _
	url As String _
)

Parameters

url
Type: System.String
The target URL.

ExceptionCondition
ArgumentNullException

The url parameter is Nothing.

Community Additions

ADD
Show: