PageParserFilter.VirtualPath Property

Definition

Gets the virtual path to the page currently being parsed.

protected:
 property System::String ^ VirtualPath { System::String ^ get(); };
protected string VirtualPath { get; }
member this.VirtualPath : string
Protected ReadOnly Property VirtualPath As String

Property Value

A virtual path to an ASP.NET page.

Remarks

The VirtualPath property is never null.

Applies to