ParameterModel.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 ActionModel.
public:
property Microsoft::AspNetCore::Mvc::ApplicationModels::ActionModel ^ Action { Microsoft::AspNetCore::Mvc::ApplicationModels::ActionModel ^ get(); void set(Microsoft::AspNetCore::Mvc::ApplicationModels::ActionModel ^ value); };
public Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel Action { get; set; }
member this.Action : Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel with get, set
Public Property Action As ActionModel