OutgoingWebResponseContext.Location 属性

定义

获取或设置传出 Web 响应的位置标头。

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

属性值

String

传出 Web 响应的位置标头。

适用于