PageRouteHandler.VirtualPath Property

Definition

Gets the virtual path of the Web page that is associated with this route.

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

Property Value

The URL of the Web page, before substitutions have been applied for any replacement parameters.

Remarks

You set the VirtualPath property in the PageRouteHandler.PageRouteHandler constructor or in the PageRouteHandler.PageRouteHandler constructor.

Applies to

See also