System.Web.Configuration.PassportAuthentication.RedirectUrl Property

Gets or sets the URL to which the request is redirected.

Syntax

[System.Configuration.ConfigurationProperty("redirectUrl", DefaultValue="internal")]
[System.Configuration.StringValidator]
public string RedirectUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The PassportAuthentication.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.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0