HttpRuntimeSection.UseFullyQualifiedRedirectUrl Property
.NET Framework 3.0
Gets or sets a value that indicates whether the client-side redirects are fully qualified.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_UseFullyQualifiedRedirectUrl () /** @property */ public void set_UseFullyQualifiedRedirectUrl (boolean value)
public function get UseFullyQualifiedRedirectUrl () : boolean public function set UseFullyQualifiedRedirectUrl (value : boolean)
Not applicable.
Property Value
true if client-side redirects are fully qualified; otherwise, false. The default value is false.Community Additions
ADD
Show:
Note: