BaseTemplateParser.GetReferencedType(String) 方法

定义

编译并返回由虚拟路径指定的 PageUserControl 控件的类型。

此 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

PageUserControl 的虚拟路径。

返回

页或用户控件的类型。

例外

分析器不允许对由 virtualPath 指定的资源的虚拟引用。

注解

如果定义了 对象 PageParserFilter ,并且其 AllowVirtualReference 属性为 false,则 GetUserControlType 该方法将 HttpException 引发异常。

方法 GetUserControlType 是 方法的 GetReferencedType 包装器。

适用于

另请参阅