MvcViewFeaturesMvcBuilderExtensions.AddViewOptions 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.
Adds configuration of MvcViewOptions for the application.
public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddViewOptions (this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder, Action<Microsoft.AspNetCore.Mvc.MvcViewOptions> setupAction);
static member AddViewOptions : Microsoft.Extensions.DependencyInjection.IMvcBuilder * Action<Microsoft.AspNetCore.Mvc.MvcViewOptions> -> Microsoft.Extensions.DependencyInjection.IMvcBuilder
<Extension()>
Public Function AddViewOptions (builder As IMvcBuilder, setupAction As Action(Of MvcViewOptions)) As IMvcBuilder
Parameters
- builder
- IMvcBuilder
The IMvcBuilder.
- setupAction
- Action<MvcViewOptions>
An Action<T> to configure the provided MvcViewOptions.
Returns
The IMvcBuilder.