AppRelativeTemplateSourceDirectory Property
.NET Framework Class Library
Control..::.AppRelativeTemplateSourceDirectory Property

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)
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public Property AppRelativeTemplateSourceDirectory As String
Visual Basic (Usage)
Dim instance As Control
Dim value As String

value = instance.AppRelativeTemplateSourceDirectory

instance.AppRelativeTemplateSourceDirectory = value
C#
[BrowsableAttribute(false)]
public string AppRelativeTemplateSourceDirectory { get; set; }
Visual C++
[BrowsableAttribute(false)]
public:
property String^ AppRelativeTemplateSourceDirectory {
    String^ get ();
    void set (String^ value);
}
JScript
public function get AppRelativeTemplateSourceDirectory () : String
public function set AppRelativeTemplateSourceDirectory (value : String)

Property Value

Type: System..::.String
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.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker