PageRouteHandler.VirtualPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.