ControllerModel.Selectors Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Modèles de sélecteur de ce contrôleur.
public:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationModels::SelectorModel ^> ^ Selectors { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationModels::SelectorModel ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationModels.SelectorModel> Selectors { get; }
member this.Selectors : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationModels.SelectorModel>
Public ReadOnly Property Selectors As IList(Of SelectorModel)