Method IsDefined
IsDefined(RouteMethod, string)
Gets an boolean indicating if there are any route that matches the specified method and route path.
public bool IsDefined(RouteMethod method, string path)
Parameters
method
RouteMethodThe route method.
path
stringThe route path.