C# Class GitAutomation.Mvc.ControllerAssemblyMvcExtension

Extend this class without anything else to create an extension that will cause MVC to search your assembly for Controller classes.
Inheritance: IMvcExtension
Datei anzeigen Open project: mdekrey/GitAutomation

Public Methods

Method Description
RegisterAdditionalMvc ( IServiceCollection services, IConfiguration mvcSection, IMvcBuilder mvcBuilder ) : void

Method Details

RegisterAdditionalMvc() public method

public RegisterAdditionalMvc ( IServiceCollection services, IConfiguration mvcSection, IMvcBuilder mvcBuilder ) : void
services IServiceCollection
mvcSection IConfiguration
mvcBuilder IMvcBuilder
return void