다음을 통해 공유


Request.Url 속성

정의

요청의 URL을 가져옵니다.

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

속성 값

요청의 URL입니다.

적용 대상