ControllerModel.Actions Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die Aktionen auf diesem 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)