OutgoingWebResponseContext.Location 속성

정의

보내는 웹 응답의 위치 헤더를 가져오거나 설정합니다.

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

속성 값

보내는 웹 응답의 위치 헤더입니다.

적용 대상