Control.AppRelativeTemplateSourceDirectory Property

Definition

Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control.

[System.ComponentModel.Browsable(false)]
public string AppRelativeTemplateSourceDirectory { get; set; }

Property Value

The application-relative virtual directory of the page or user control that contains this control.

Attributes

Remarks

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.

Applies to