AddMvcOptions
AddMvcOptions is a method in ASP.NET Core that allows developers to configure various aspects of the Model-View-Controller (MVC) framework. It is typically called within the ConfigureServices method of the Startup class in an ASP.NET Core application.
This method provides access to an IMvcCoreBuilder object, which exposes numerous options for customizing the MVC
One common use case for AddMvcOptions is to enable or disable specific features of the MVC framework.
The flexibility offered by AddMvcOptions is crucial for tailoring an ASP.NET Core application's MVC behavior to