IMvcBuilder Interface

An interface for configuring MVC services.

Namespace
Microsoft.Extensions.DependencyInjection
Assemblies
  • Microsoft.AspNetCore.Mvc.Core

Syntax

public interface IMvcBuilder
interface Microsoft.Extensions.DependencyInjection.IMvcBuilder

Properties

Microsoft.Extensions.DependencyInjection.IMvcBuilder.PartManager

Gets the Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager where Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationParts are configured.

Return type:Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager
ApplicationPartManager PartManager { get; }
Microsoft.Extensions.DependencyInjection.IMvcBuilder.Services

Gets the Microsoft.Extensions.DependencyInjection.IServiceCollection where MVC services are configured.

Return type:Microsoft.Extensions.DependencyInjection.IServiceCollection
IServiceCollection Services { get; }