ControllerModel.Actions Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
As ações neste controlador.
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)