RedirectResult.Url Property

Gets or sets the target URL.

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

'Declaration
Public Property Url As String 
	Get 
	Private Set
'Usage
Dim instance As RedirectResult 
Dim value As String 

value = instance.Url

Property Value

Type: System.String
The target URL.
Show: