LinkGenerationDecisionTree Class¶
- Namespace
Microsoft.AspNetCore.Routing.Internal
- Assemblies
- Microsoft.AspNetCore.Routing
Syntax¶
public class LinkGenerationDecisionTree
-
class
Microsoft.AspNetCore.Routing.Internal.
LinkGenerationDecisionTree
Constructors¶
-
LinkGenerationDecisionTree
(System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Tree.OutboundMatch>)¶ public LinkGenerationDecisionTree(IReadOnlyList<OutboundMatch> entries)
-
Methods¶
-
GetMatches
(Microsoft.AspNetCore.Routing.VirtualPathContext)¶ Return type: System.Collections.Generic.IList<Microsoft.AspNetCore.Routing.Internal.OutboundMatchResult> public IList<OutboundMatchResult> GetMatches(VirtualPathContext context)
-