다음을 통해 공유


SimpleWebHandlerParser(HttpContext, String, String) 생성자

정의

SimpleWebHandlerParser 클래스의 새 인스턴스를 초기화합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

protected:
 SimpleWebHandlerParser(System::Web::HttpContext ^ context, System::String ^ virtualPath, System::String ^ physicalPath);
protected SimpleWebHandlerParser (System.Web.HttpContext context, string virtualPath, string physicalPath);
new System.Web.UI.SimpleWebHandlerParser : System.Web.HttpContext * string * string -> System.Web.UI.SimpleWebHandlerParser
Protected Sub New (context As HttpContext, virtualPath As String, physicalPath As String)

매개 변수

context
HttpContext

null을 전달합니다. 매개 변수는 사용되지 않습니다.

virtualPath
String

현재 가상 디렉터리의 경로입니다.

physicalPath
String

null을 전달합니다. 매개 변수는 사용되지 않습니다.

적용 대상