This topic has not yet been rated - Rate this topic

VirtualReferenceType Enumeration

Specifies the type of resource referenced by a parsed virtual path.

Namespace:  System.Web.UI
Assembly:  System.Web (in System.Web.dll)
public enum VirtualReferenceType
Member name Description
Page The parsed virtual path references an ASP.NET page.
UserControl The parsed virtual path references an ASP.NET user control.
Master The parsed virtual path references a master page file.
SourceFile The parsed virtual path references a code file that is compiled using a specific language compiler.
Other The parsed virtual path references a resource that is not an ASP.NET page, master page, user control, or language-specific code file.

The VirtualReferenceType enumeration describes the type of resource referenced by a virtual path. The VirtualReferenceType is determined from the parsed extension of the resource.

Page and control developers do not use the VirtualReferenceType enumeration directly. Extensibility developers might use the VirtualReferenceType enumeration when extending the PageParserFilter class and overriding its AllowVirtualReference method.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ