ActionSelectionDecisionTree Class

Namespace
Microsoft.AspNetCore.Mvc.Internal
Assemblies
  • Microsoft.AspNetCore.Mvc.Core

Syntax

public class ActionSelectionDecisionTree : IActionSelectionDecisionTree
class Microsoft.AspNetCore.Mvc.Internal.ActionSelectionDecisionTree

Constructors

ActionSelectionDecisionTree(Microsoft.AspNetCore.Mvc.Infrastructure.ActionDescriptorCollection)

Creates a new Microsoft.AspNetCore.Mvc.Internal.ActionSelectionDecisionTree.

Arguments:actions (Microsoft.AspNetCore.Mvc.Infrastructure.ActionDescriptorCollection) – The Microsoft.AspNetCore.Mvc.Infrastructure.ActionDescriptorCollection.
public ActionSelectionDecisionTree(ActionDescriptorCollection actions)

Methods

Select(System.Collections.Generic.IDictionary<System.String, System.Object>)
Return type:System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor>
public IReadOnlyList<ActionDescriptor> Select(IDictionary<string, object> routeValues)

Properties

Microsoft.AspNetCore.Mvc.Internal.ActionSelectionDecisionTree.Version
Return type:System.Int32
public int Version { get; }