MvcOptions.Conventions 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.
Obtient la liste des IApplicationModelConvention instances qui seront appliquées à lors de la ApplicationModel découverte des actions.
public:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationModels::IApplicationModelConvention ^> ^ Conventions { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationModels::IApplicationModelConvention ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationModels.IApplicationModelConvention> Conventions { get; }
member this.Conventions : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationModels.IApplicationModelConvention>
Public ReadOnly Property Conventions As IList(Of IApplicationModelConvention)