IMvcCoreBuilder Interface¶
An interface for configuring essential MVC services.
- Namespace
Microsoft.Extensions.DependencyInjection- Assemblies
- Microsoft.AspNetCore.Mvc.Core
Syntax¶
public interface IMvcCoreBuilder
-
interface
Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder
Properties¶
-
Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder.PartManager¶ Gets the
Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManagerwhereMicrosoft.AspNetCore.Mvc.ApplicationParts.ApplicationParts are configured.Return type: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager ApplicationPartManager PartManager { get; }
-
Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder.Services¶ Gets the
Microsoft.Extensions.DependencyInjection.IServiceCollectionwhere essential MVC services are configured.Return type: Microsoft.Extensions.DependencyInjection.IServiceCollection IServiceCollection Services { get; }
-