HttpResponse.RedirectLocation Property
.NET Framework 3.0
Gets or sets the value of the Http Location header.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_RedirectLocation () /** @property */ public void set_RedirectLocation (String value)
public function get RedirectLocation () : String public function set RedirectLocation (value : String)
Not applicable.
Property Value
The absolute URI that is transmitted to the client in the HTTP Location header.Community Additions
ADD
Show: