'Declaration
Public Shared Sub RegisterRoutes( _ ByVal routes As RouteCollection, _ Optional ByVal routePrefix As String, _ Optional ByVal routeName As String _ )
public static void RegisterRoutes( RouteCollection routes, string routePrefix, string routeName )
public: static void RegisterRoutes( RouteCollection^ routes, String^ routePrefix, String^ routeName )
Parameters
- routes
- RouteTable of the application, usually the value of RouteTable.Routes.
- routePrefix
- routePrefix for the Html5Viewer, Default is: 'cmbtapi'.
- routeName
- routename for the Html5Viewer, Default is: 'ActionApi'.