XafRouteHelper.RegisterXafRoutes(RouteCollection) Method
The extension method that registers URL routes in an ASP.NET Web Forms application.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
routes | RouteCollection | The RouteCollection object that is a collection of registered URL routes. |
See Also