3 references to NullHandler
Microsoft.AspNetCore.Routing.Tests (3)
Tree\TreeRouterTest.cs (3)
1875
c.Handler =
NullHandler
;
2111
context.Handler =
NullHandler
;
2115
context.Handler = MatchingDelegate(context) ?
NullHandler
: null;