Click or drag to resize

RouteConfigRegisterRoutes Method

Definition URL routes

Namespace:  Velo.Web
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public static void RegisterRoutes(
	RouteCollection routes
)

Parameters

routes
Type: System.Web.RoutingRouteCollection
Provides a collection of routes for ASP.NET routing.
Remarks
Default URL (without specification controller and action) is Home/Index/ and UID (user identification)
See Also