ActionSelectorCandidate.Action 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 ActionDescriptor representing a candidate for selection.
public:
 property Microsoft::AspNetCore::Mvc::Abstractions::ActionDescriptor ^ Action { Microsoft::AspNetCore::Mvc::Abstractions::ActionDescriptor ^ get(); };public Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor Action { get; }member this.Action : Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptorPublic ReadOnly Property Action As ActionDescriptor