C# Класс Microsoft.AspNetCore.Builder.MvcBuilderExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
AddTypedRouting ( this mvcBuilder, Action routesConfiguration = null ) : IMvcBuilder

Adds typed expression based routes in ASP.NET Core MVC application.

Описание методов

AddTypedRouting() публичный статический Метод

Adds typed expression based routes in ASP.NET Core MVC application.
public static AddTypedRouting ( this mvcBuilder, Action routesConfiguration = null ) : IMvcBuilder
mvcBuilder this
routesConfiguration Action Typed routes configuration.
Результат IMvcBuilder