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 包装器。