OutboundMatch Class¶
A candidate match for link generation in a Microsoft.AspNetCore.Routing.Tree.TreeRouter.
- Namespace
Microsoft.AspNetCore.Routing.Tree- Assemblies
- Microsoft.AspNetCore.Routing
Properties¶
-
Microsoft.AspNetCore.Routing.Tree.OutboundMatch.Entry¶ Gets or sets the
Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry.Return type: Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry public OutboundRouteEntry Entry { get; set; }
-
Microsoft.AspNetCore.Routing.Tree.OutboundMatch.TemplateBinder¶ Gets or sets the
Microsoft.AspNetCore.Routing.Tree.OutboundMatch.TemplateBinder.Return type: Microsoft.AspNetCore.Routing.Template.TemplateBinder public TemplateBinder TemplateBinder { get; set; }
-