This documentation is archived and is not being maintained.
HttpResponse.RedirectLocation Property
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets or sets the value of the Http Location header.
[Visual Basic] Public Property RedirectLocation As String [C#] public string RedirectLocation {get; set;} [C++] public: __property String* get_RedirectLocation(); public: __property void set_RedirectLocation(String*); [JScript] public function get RedirectLocation() : String; public function set RedirectLocation(String);
Property Value
The absolute URI that is transmitted to the client in the HTTP Location header.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpResponse Class | HttpResponse Members | System.Web Namespace
Show: