ControllerModel.Actions Property

Definition

The actions on this controller.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationModels::ActionModel ^> ^ Actions { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationModels::ActionModel ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel> Actions { get; }
member this.Actions : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel>
Public ReadOnly Property Actions As IList(Of ActionModel)

Property Value

Applies to