Table of Contents

Class MvcExtention

Namespace
System
Assembly
HeBianGu.Service.Mvc.dll
public static class MvcExtention
Inheritance
MvcExtention
Inherited Members

Methods

AddMvc(IServiceCollection, Action<IMvcSettingOption>)

设置

public static IServiceCollection AddMvc(this IServiceCollection builder, Action<IMvcSettingOption> init = null)

Parameters

builder IServiceCollection
init Action<IMvcSettingOption>

Returns

IServiceCollection