3 references to Add
ApiExplorerWebSite (1)
Startup.cs (1)
26
options.Conventions.
Add
(new ApiExplorerRouteChangeConvention(wellKnownChangeToken));
Microsoft.AspNetCore.Mvc.Core.Test (2)
DependencyInjection\ApplicationModelConventionExtensionsTest.cs (2)
69
options.Conventions.
Add
(new SimpleActionConvention());
244
conventions.
Add
(actionModelConvention);