PageParserFilter.AllowVirtualReference(String, VirtualReferenceType) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定分析器是否允许在页上包含对特定资源类型的虚引用。
public:
virtual bool AllowVirtualReference(System::String ^ referenceVirtualPath, System::Web::UI::VirtualReferenceType referenceType);
public virtual bool AllowVirtualReference (string referenceVirtualPath, System.Web.UI.VirtualReferenceType referenceType);
abstract member AllowVirtualReference : string * System.Web.UI.VirtualReferenceType -> bool
override this.AllowVirtualReference : string * System.Web.UI.VirtualReferenceType -> bool
Public Overridable Function AllowVirtualReference (referenceVirtualPath As String, referenceType As VirtualReferenceType) As Boolean
参数
- referenceVirtualPath
- String
指向资源(如母版页文件、ASP.NET 页或用户控件)的虚拟路径。
- referenceType
- VirtualReferenceType
标识资源类型的 VirtualReferenceType 值。
返回
如果分析器允许对特定资源类型的虚引用,则为 true
;否则为 false
。
注解
类 TemplateParser 确定是否可以从页面引用特定类型的资源。