IncomingWebResponseContext.Location 属性

定义

获取传入 Web 响应的位置标头。

public:
 property System::String ^ Location { System::String ^ get(); };
public string Location { get; }
member this.Location : string
Public ReadOnly Property Location As String

属性值

String

传入 Web 响应的位置标头。

适用于