HttpResponseWrapper.RedirectLocation 属性

定义

获取或设置 HTTP Location 标头的值。Gets or sets the value of the HTTP Location header.

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

属性值

String

HTTP Location 标头的绝对 URL。The absolute URL of the HTTP Location header.

适用于