Skip to main content
A newer version of this page is available. .

XafRouteHelper.RegisterXafRoutes(RouteCollection) Method

The extension method that registers URL routes in an ASP.NET application.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

public static void RegisterXafRoutes(
    this RouteCollection routes
)

Parameters

Name Type Description
routes RouteCollection

The RouteCollection object that is a collection of registered URL routes.

See Also