C# 클래스 Microsoft.AspNetCore.Builder.MvcBuilderExtensions

파일 보기 프로젝트 열기: ivaylokenov/AspNet.Mvc.TypedRouting

공개 메소드들

메소드 설명
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