MvcOptions.Conventions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of IApplicationModelConvention instances that will be applied to the ApplicationModel when discovering 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)