HttpRuntimeSection::UseFullyQualifiedRedirectUrl Property
.NET Framework (current version)
Gets or sets a value that indicates whether the client-side redirects are fully qualified.
Assembly: System.Web (in System.Web.dll)
public: [ConfigurationPropertyAttribute("useFullyQualifiedRedirectUrl", DefaultValue = false)] property bool UseFullyQualifiedRedirectUrl { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if client-side redirects are fully qualified; otherwise, false. The default value is false.
The 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. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
