ActionConstraintProviderContext.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 for which constraints are being created.
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.ActionDescriptor
	Public ReadOnly Property Action As ActionDescriptor