MvcRazorPagesMvcBuilderExtensions.AddRazorPagesOptions 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.
Configures a set of RazorPagesOptions for the application.
public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddRazorPagesOptions (this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder, Action<Microsoft.AspNetCore.Mvc.RazorPages.RazorPagesOptions> setupAction);
static member AddRazorPagesOptions : Microsoft.Extensions.DependencyInjection.IMvcBuilder * Action<Microsoft.AspNetCore.Mvc.RazorPages.RazorPagesOptions> -> Microsoft.Extensions.DependencyInjection.IMvcBuilder
<Extension()>
Public Function AddRazorPagesOptions (builder As IMvcBuilder, setupAction As Action(Of RazorPagesOptions)) As IMvcBuilder
Parameters
- builder
- IMvcBuilder
The IMvcBuilder.
- setupAction
- Action<RazorPagesOptions>
An action to configure the RazorPagesOptions.
Returns
The IMvcBuilder.