ActionSelectionDecisionTree Class

Syntax

public class ActionSelectionDecisionTree : IActionSelectionDecisionTree

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.Routing.ActionSelectionDecisionTree

Constructors

ActionSelectionDecisionTree(Microsoft.AspNet.Mvc.ActionDescriptorsCollection)

Creates a new [Microsoft.AspNet.Mvc.Routing.ActionSelectionDecisionTree](Microsoft.AspNet.Mvc.Routing.ActionSelectionDecisionTree.yml).

Arguments:
public ActionSelectionDecisionTree(ActionDescriptorsCollection actions)

Properties

Version()
Return type:System.Int32
public int Version { get; }

Methods

Select(System.Collections.Generic.IDictionary<System.String, System.Object>)
Arguments:
  • routeValues (System.Collections.Generic.IDictionary{System.String,System.Object}) –
Return type:

System.Collections.Generic.IReadOnlyList{Microsoft.AspNet.Mvc.ActionDescriptor}

public IReadOnlyList<ActionDescriptor> Select(IDictionary<string, object> routeValues)