MvcBuilder Class

Allows fine grained configuration of MVC services.

Namespace
Microsoft.AspNetCore.Mvc.Internal
Assemblies
  • Microsoft.AspNetCore.Mvc.Core

Syntax

public class MvcBuilder : IMvcBuilder
class Microsoft.AspNetCore.Mvc.Internal.MvcBuilder

Constructors

MvcBuilder(Microsoft.Extensions.DependencyInjection.IServiceCollection, Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager)

Initializes a new Microsoft.AspNetCore.Mvc.Internal.MvcBuilder instance.

Arguments:
public MvcBuilder(IServiceCollection services, ApplicationPartManager manager)

Properties

Microsoft.AspNetCore.Mvc.Internal.MvcBuilder.PartManager
Return type:Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager
public ApplicationPartManager PartManager { get; }
Microsoft.AspNetCore.Mvc.Internal.MvcBuilder.Services
Return type:Microsoft.Extensions.DependencyInjection.IServiceCollection
public IServiceCollection Services { get; }