ActionConstraintContext.CurrentCandidate Property
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.
The current ActionSelectorCandidate.
public:
property Microsoft::AspNetCore::Mvc::ActionConstraints::ActionSelectorCandidate CurrentCandidate { Microsoft::AspNetCore::Mvc::ActionConstraints::ActionSelectorCandidate get(); void set(Microsoft::AspNetCore::Mvc::ActionConstraints::ActionSelectorCandidate value); };
public Microsoft.AspNetCore.Mvc.ActionConstraints.ActionSelectorCandidate CurrentCandidate { get; set; }
member this.CurrentCandidate : Microsoft.AspNetCore.Mvc.ActionConstraints.ActionSelectorCandidate with get, set
Public Property CurrentCandidate As ActionSelectorCandidate