Controller.Redirect Method
Creates a RedirectResult object that redirects to the specified URL.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Protected Friend Overridable Function Redirect ( _ url As String _ ) As RedirectResult 'Usage Dim url As String Dim returnValue As RedirectResult returnValue = Me.Redirect(url)
Parameters
- url
- Type: System.String
The URL to redirect to.
Show: