Control.AppRelativeTemplateSourceDirectory Property
.NET Framework 2.0
Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: property String^ AppRelativeTemplateSourceDirectory { String^ get (); void set (String^ value); }
/** @property */ public String get_AppRelativeTemplateSourceDirectory () /** @property */ public void set_AppRelativeTemplateSourceDirectory (String value)
public function get AppRelativeTemplateSourceDirectory () : String public function set AppRelativeTemplateSourceDirectory (value : String)
Not applicable.
Property Value
The application-relative virtual directory of the page or user control that contains this control.The AppRelativeTemplateSourceDirectory property contains the application-relative path to the page or user control that contains the current control. For example, if the Web page resides at http://www.contoso.com/application/subdirectory, the AppRelativeTemplateSourceDirectory property returns "~/subdirectory".
To return the virtual path ("application/subdirectory"), use the TemplateSourceDirectory property.
Community Additions
ADD
Show: