9 references to UseMvc
BasicWebSite (1)
StartupWithoutEndpointRouting.cs (1)
81
app.
UseMvc
(routes =>
HtmlGenerationWebSite (1)
StartupWithoutEndpointRouting.cs (1)
14
app.
UseMvc
(routes =>
Microsoft.AspNetCore.Mvc.Core (3)
Builder\MvcApplicationBuilderExtensions.cs (3)
24
/// <see cref="
UseMvc
(IApplicationBuilder, Action{IRouteBuilder})"/>.</remarks>
29
return app.
UseMvc
(routes =>
45
return app.
UseMvc
(routes =>
Microsoft.AspNetCore.Mvc.Core.Test (3)
Builder\MvcApplicationBuilderExtensionsTest.cs (3)
25
() => applicationBuilderMock.Object.
UseMvc
(rb => { }));
46
appBuilder.
UseMvc
(routes =>
73
appBuilder.
UseMvc
(routes =>
Mvc.RoutingWebSite (1)
StartupWithoutEndpointRouting.cs (1)
14
app.
UseMvc
(routes =>