4 references to Add
ApplicationModelWebSite (2)
Startup.cs (2)
14
options.Conventions.
Add
(new ControllerLicenseConvention());
17
options.Conventions.
Add
(new CloneActionConvention());
Microsoft.AspNetCore.Mvc.Core.Test (2)
DependencyInjection\ApplicationModelConventionExtensionsTest.cs (2)
155
options.Conventions.
Add
(new SimpleControllerConvention());
201
conventions.
Add
(controllerModelConvention);