OutboundMatch Class

A candidate match for link generation in a Microsoft.AspNetCore.Routing.Tree.TreeRouter.

Namespace
Microsoft.AspNetCore.Routing.Tree
Assemblies
  • Microsoft.AspNetCore.Routing

Syntax

public class OutboundMatch
class Microsoft.AspNetCore.Routing.Tree.OutboundMatch

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; }