IdentityHelper..::..RedirectToReturnUrl Method
Redirects to return URL.
Namespace:
FLEXYGO.Authentication.IdentityAssembly: flxAuthentication (in flxAuthentication.dll)
Syntax
public static void RedirectToReturnUrl( string returnUrl, HttpResponse response, bool endResponse, HttpContext context )
Public Shared Sub RedirectToReturnUrl ( _ returnUrl As String, _ response As HttpResponse, _ endResponse As Boolean, _ context As HttpContext _ )
Parameters
- returnUrl
- Type: String
The return URL.
- response
- Type: HttpResponse
The response.
- endResponse
- Type: Boolean
- context
- Type: HttpContext