TemplateControl.AppRelativeVirtualPath Property

Definition

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

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

Property Value

A string representing the path.

Attributes

Exceptions

The path that is set is null.

The path that is set is not rooted.

Remarks

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.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also