TemplateControl.AppRelativeVirtualPath Property

Definition

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

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

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

See also