PassportAuthentication.RedirectUrl Property
.NET Framework (current version)
Gets or sets the URL to which the request is redirected.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("redirectUrl", DefaultValue := "internal")> <StringValidatorAttribute> Public Property RedirectUrl As String
The RedirectUrl specifies the URL of the page to which the request must be redirected if Passport authentication is required and the user has not signed on using Passport authentication.
The following code example shows how to use the RedirectUrl property.
.NET Framework
Available since 2.0
Available since 2.0
Show: