다음을 통해 공유


BaseTemplateParser.GetReferencedType(String) 메서드

정의

가상 경로로 지정되는 Page 또는 UserControl 컨트롤의 형식을 컴파일하고 반환합니다.

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

protected:
 Type ^ GetReferencedType(System::String ^ virtualPath);
protected Type GetReferencedType (string virtualPath);
member this.GetReferencedType : string -> Type
Protected Function GetReferencedType (virtualPath As String) As Type

매개 변수

virtualPath
String

Page 또는 UserControl의 가상 경로입니다.

반환

Type

페이지 또는 사용자 정의 컨트롤의 형식입니다.

예외

파서가 virtualPath로 지정된 리소스에 대한 가상 참조를 허용하지 않는 경우

설명

경우는 PageParserFilter 개체를 정의 및 해당 AllowVirtualReference 속성은 false, GetUserControlType 메서드를 발생 시킵니다는 HttpException 예외.

합니다 GetUserControlType 메서드는에 대 한 래퍼를 GetReferencedType 메서드.

적용 대상

추가 정보