VirtualReferenceType 枚举

定义

指定已分析的虚拟路径引用的资源的类型。

public enum class VirtualReferenceType
public enum VirtualReferenceType
type VirtualReferenceType = 
Public Enum VirtualReferenceType
继承
VirtualReferenceType

字段

Master 2

已分析的虚拟路径引用母版页文件。

Other 4

已分析的虚拟路径引用不是 ASP.NET 页、母版页、用户控件或语言特定的代码文件的资源。

Page 0

已分析的虚拟路径引用 ASP.NET 页。

SourceFile 3

已分析的虚拟路径引用使用特定语言编译器编译的代码文件。

UserControl 1

已分析的虚拟路径引用 ASP.NET 用户控件。

注解

枚举 VirtualReferenceType 描述虚拟路径引用的资源的类型。 VirtualReferenceType根据资源的分析扩展确定 。

页和控件开发人员不直接使用该 VirtualReferenceType 枚举。 扩展性开发人员在 VirtualReferenceType 扩展 PageParserFilter 类并重写其 AllowVirtualReference 方法时可能会使用 枚举。

适用于

另请参阅