VirtualReferenceType Enumeration
.NET Framework 3.0
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
| Member name | Description | |
|---|---|---|
| Master | The parsed virtual path references a master page file. | |
| Other | The parsed virtual path references a resource that is not an ASP.NET page, master page, user control, or language-specific code file. | |
| Page | The parsed virtual path references an ASP.NET page. | |
| SourceFile | The parsed virtual path references a code file that is compiled using a specific language compiler. | |
| UserControl | The parsed virtual path references an ASP.NET user control. |
Community Additions
ADD
Show: