IMvcCoreBuilder
IMvcCoreBuilder is an interface defined within the Microsoft.AspNetCore.Mvc.Core package in ASP.NET Core. It represents a builder for configuring the core MVC services in an ASP.NET Core application. This interface plays a crucial role in the dependency injection and service configuration process for Model-View-Controller (MVC) applications built on ASP.NET Core.
When you use the `AddMvcCore()` extension method on an `IMvcBuilder` or directly on an `IServiceCollection`, it
The purpose of `IMvcCoreBuilder` is to provide a fluent and organized way to register and configure the