System.Web.Configuration.HttpRuntimeSection.UseFullyQualifiedRedirectUrl Property

Gets or sets a value that indicates whether the client-side redirects are fully qualified.

Syntax

[System.Configuration.ConfigurationProperty("useFullyQualifiedRedirectUrl", DefaultValue="False")]
public bool UseFullyQualifiedRedirectUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The HttpRuntimeSection.UseFullyQualifiedRedirectUrl property indicates whether client-side redirects are fully qualified (in the form http://server/path) or whether relative redirects are instead sent to the client.

Note:

Some browsers might have problems loading pages in cookieless sessions when this value is false.

Requirements

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