Route Constructor (String^, IRouteHandler^)

 

Initializes a new instance of the Route class, by using the specified URL pattern and handler class.

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

public:
Route(
	String^ url,
	IRouteHandler^ routeHandler
)

Parameters

url
Type: System::String^

The URL pattern for the route.

routeHandler
Type: System.Web.Routing::IRouteHandler^

The object that processes requests for the route.

The following example shows how to create a Route object and add it to the Routes property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Return to top
Show: