Udostępnij za pośrednictwem


MvcCoreMvcCoreBuilderExtensions.AddMvcOptions Metoda

Definicja

Rejestruje akcję w celu skonfigurowania MvcOptionselementu .

public static Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder AddMvcOptions (this Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder builder, Action<Microsoft.AspNetCore.Mvc.MvcOptions> setupAction);
static member AddMvcOptions : Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder * Action<Microsoft.AspNetCore.Mvc.MvcOptions> -> Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder
<Extension()>
Public Function AddMvcOptions (builder As IMvcCoreBuilder, setupAction As Action(Of MvcOptions)) As IMvcCoreBuilder

Parametry

builder
IMvcCoreBuilder

Element IMvcCoreBuilder.

setupAction
Action<MvcOptions>

Element Action<T>.

Zwraca

Element IMvcCoreBuilder.

Dotyczy