WebApiConfig..::..IsRouteRegistered Method
Checks whether a route with the specified template is already registered.
Namespace:
AdvantageCSP.APIAssembly: AdvantageCSP.API (in AdvantageCSP.API.dll)
Syntax
public static bool IsRouteRegistered( HttpConfiguration config, string routeName )
Parameters
- config
- Type: HttpConfiguration
The HTTP configuration.
- routeName
- Type: String
The route template to check.

