VirtualPathData Constructor (RouteBase^, String^)

 

Initializes a new instance of the VirtualPathData class.

Namespace:   System.Web.Routing
Assembly:  System.Web (in System.Web.dll)

public:
VirtualPathData(
	RouteBase^ route,
	String^ virtualPath
)

Parameters

route
Type: System.Web.Routing::RouteBase^

The object that is used to generate the URL.

virtualPath
Type: System::String^

The generated URL.

.NET Framework
Available since 3.5
Return to top
Show: