HttpResponseBase.RedirectLocation 属性

定义

获取或设置 HTTP Location 标头的值。

public:
 virtual property System::String ^ RedirectLocation { System::String ^ get(); void set(System::String ^ value); };
public virtual string RedirectLocation { get; set; }
member this.RedirectLocation : string with get, set
Public Overridable Property RedirectLocation As String

属性值

HTTP Location 标头的绝对 URL。

例外

适用于