ConsumesConstraintForFormFileParameterConvention.Apply(ActionModel) Method
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.
Called to apply the convention to the ActionModel.
public:
virtual void Apply(Microsoft::AspNetCore::Mvc::ApplicationModels::ActionModel ^ action);
public void Apply (Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel action);
abstract member Apply : Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel -> unit
override this.Apply : Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel -> unit
Public Sub Apply (action As ActionModel)
Parameters
- action
- ActionModel
The ActionModel.