TemplateControl::AppRelativeVirtualPath Property
.NET Framework (current version)
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)
public: [BrowsableAttribute(false)] property String^ AppRelativeVirtualPath { String^ get(); void set(String^ value); }
| 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: