IMvcBuilder Interface¶
An interface for configuring MVC services.
- Namespace
Microsoft.Extensions.DependencyInjection- Assemblies
- Microsoft.AspNetCore.Mvc.Core
Properties¶
-
Microsoft.Extensions.DependencyInjection.IMvcBuilder.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.IMvcBuilder.Services¶ Gets the
Microsoft.Extensions.DependencyInjection.IServiceCollectionwhere MVC services are configured.Return type: Microsoft.Extensions.DependencyInjection.IServiceCollection IServiceCollection Services { get; }
-