KestrunHost.RegisteredRoutes property

Gets the registered routes in the Kestrun host.

public Dictionary<(string, HttpVerb), MapRouteOptions> RegisteredRoutes { get; }

See Also