MvcCoreMvcCoreBuilderExtensions.AddMvcOptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers an action to configure MvcOptions.
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
Parameters
- builder
- IMvcCoreBuilder
The IMvcCoreBuilder.
- setupAction
- Action<MvcOptions>
An Action<T>.
Returns
The IMvcCoreBuilder.