Control.AppRelativeTemplateSourceDirectory Property
.NET Framework (current version)
Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control.
Assembly: System.Web (in System.Web.dll)
[BrowsableAttribute(false)] public string AppRelativeTemplateSourceDirectory { get; set; }
Property Value
Type: System.StringThe 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: