TemplateControl.AppRelativeVirtualPath Property
Gets or sets the application-relative, virtual directory path to the file from which the control is parsed and compiled.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | The path that is set is null. |
| ArgumentException | The path that is set is not rooted. |
When the file that defines a TemplateControl control resides in a directory other than that of the page processing the request, use the AppRelativeVirtualPath property to return the application-relative, virtual path to the TemplateControl.
The AppRelativeTemplateSourceDirectory property is set based on the virtual path that is set in the AppRelativeVirtualPath property.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.