BaseTemplateParser.GetReferencedType(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
가상 경로로 지정되는 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의 가상 경로입니다.
반환
페이지 또는 사용자 정의 컨트롤의 형식입니다.
예외
파서가 virtualPath
로 지정된 리소스에 대한 가상 참조를 허용하지 않는 경우
설명
경우는 PageParserFilter 개체를 정의 및 해당 AllowVirtualReference 속성은 false
, GetUserControlType 메서드를 발생 시킵니다는 HttpException 예외.
합니다 GetUserControlType 메서드는에 대 한 래퍼를 GetReferencedType 메서드.