다음을 통해 공유


AspNetWebSocketContext.ApplicationPath 속성

정의

호스트 ASP.NET 애플리케이션의 루트 가상 경로를 가져옵니다.

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

속성 값

String

애플리케이션의 경로입니다.

예외

속성이 구현되지 않습니다.

적용 대상