ActionConstraintContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |