Class ServicesRoutingManager
Manages http routes for services (WebAPI, MVC, etc).
Inheritance
System.Object
ServicesRoutingManager
Namespace: DotNetNuke.Common.Internal
Assembly: DotNetNuke.dll
Syntax
public static class ServicesRoutingManager : object
Methods
| Improve this Doc View SourceRegisterServiceRoutes()
Registers all the service routes.
Declaration
public static void RegisterServiceRoutes()
ReRegisterServiceRoutesWhileSiteIsRunning()
Re-registers all the routes while the site is still running.
Declaration
public static void ReRegisterServiceRoutesWhileSiteIsRunning()