InboundMatch Class¶
A candidate route to match incoming URLs in a Microsoft.AspNetCore.Routing.Tree.TreeRouter
.
- Namespace
Microsoft.AspNetCore.Routing.Tree
- Assemblies
- Microsoft.AspNetCore.Routing
Syntax¶
[DebuggerDisplay("{DebuggerToString(),nq}")]
public class InboundMatch
-
class
Microsoft.AspNetCore.Routing.Tree.
InboundMatch
Properties¶
-
Microsoft.AspNetCore.Routing.Tree.InboundMatch.
Entry
¶ Gets or sets the
Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry
.Return type: Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry public InboundRouteEntry Entry { get; set; }
-
Microsoft.AspNetCore.Routing.Tree.InboundMatch.
TemplateMatcher
¶ Gets or sets the
Microsoft.AspNetCore.Routing.Tree.InboundMatch.TemplateMatcher
.Return type: Microsoft.AspNetCore.Routing.Template.TemplateMatcher public TemplateMatcher TemplateMatcher { get; set; }
-