Control.AppRelativeTemplateSourceDirectory Property

Definition

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

public:
 property System::String ^ AppRelativeTemplateSourceDirectory { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string AppRelativeTemplateSourceDirectory { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AppRelativeTemplateSourceDirectory : string with get, set
Public Property AppRelativeTemplateSourceDirectory As String

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