VirtualPathData.VirtualPath Property
.NET Framework (current version)
Gets or sets the URL that was created from the route definition.
Assembly: System.Web (in System.Web.dll)
To generate a URL, you call the GetVirtualPath method. That method returns an instance of the VirtualPathData class, which contains information about the route. The VirtualPath property contains the generated URL.
The following example shows a control that creates a URL based on a route that has parameters that are named action and categoryName.
.NET Framework
Available since 3.5
Available since 3.5
Show: