ActionConstraintContext Class

Definition

Context for IActionConstraint execution.

public ref class ActionConstraintContext
public class ActionConstraintContext
type ActionConstraintContext = class
Public Class ActionConstraintContext
Inheritance
ActionConstraintContext

Constructors

ActionConstraintContext()

Properties

Candidates

The list of ActionSelectorCandidate. This includes all actions that are valid for the current request, as well as their constraints.

CurrentCandidate

The current ActionSelectorCandidate.

RouteContext

The RouteContext.

Applies to