This topic has not yet been rated - Rate this topic

TemplateControl.AppRelativeVirtualPath Property

Gets or sets the application-relative, virtual directory path to the file from which the control is parsed and compiled.

Namespace:  System.Web.UI
Assembly:  System.Web (in System.Web.dll)
[BrowsableAttribute(false)]
public string AppRelativeVirtualPath { get; set; }
<asp:TemplateControl AppRelativeVirtualPath="String" />

Property Value

Type: System.String
A string representing the path.
ExceptionCondition
ArgumentNullException

The path that is set is null.

ArgumentException

The path that is set is not rooted.

When the file that defines a TemplateControl control resides in a directory other than that of the page processing the request, use the AppRelativeVirtualPath property to return the application-relative, virtual path to the TemplateControl.

The AppRelativeTemplateSourceDirectory property is set based on the virtual path that is set in the AppRelativeVirtualPath property.

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0, 2.0

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.