TemplateControl.AppRelativeVirtualPath Property
.NET Framework 3.0
Gets or sets the application-relative, virtual directory path to the file from which the control is parsed and compiled.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_AppRelativeVirtualPath () /** @property */ public void set_AppRelativeVirtualPath (String value)
public function get AppRelativeVirtualPath () : String public function set AppRelativeVirtualPath (value : String)
Not applicable.
Property Value
A string representing the path.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.
Community Additions
ADD
Show: