Microsoft.AspNetCore.Routing.Tree Namespace¶
-
namespace
Microsoft.AspNetCore.Routing.Tree¶ Classes
- class
InboundMatch - A candidate route to match incoming URLs in a
Microsoft.AspNetCore.Routing.Tree.TreeRouter. - class
InboundRouteEntry - Used to build an
Microsoft.AspNetCore.Routing.Tree.TreeRouter. Represents a URL template tha will be used to match incoming request URLs. - class
OutboundMatch - A candidate match for link generation in a
Microsoft.AspNetCore.Routing.Tree.TreeRouter. - class
OutboundRouteEntry - Used to build a
Microsoft.AspNetCore.Routing.Tree.TreeRouter. Represents a URL template that will be used to generate outgoing URLs. - class
TreeRouteBuilder - Builder for
Microsoft.AspNetCore.Routing.Tree.TreeRouterinstances. - class
TreeRouter - An
Microsoft.AspNetCore.Routing.IRouterimplementation for attribute routing. - class
UrlMatchingNode - A node in a
Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree. - class
UrlMatchingTree - A tree part of a
Microsoft.AspNetCore.Routing.Tree.TreeRouter.
- class