1 type derived from RouteBase
Microsoft.AspNetCore.Routing (1)
Route.cs (1)
11
public class Route :
RouteBase
2 references to RouteBase
Microsoft.AspNetCore.Routing (2)
RouteBase.cs (2)
26
/// Creates a new <see cref="
RouteBase
"/> instance.
320
_logger = factory.CreateLogger(typeof(
RouteBase
).FullName!);