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
Afficher le fichier Open project: mdekrey/GitAutomation

Méthodes publiques

Méthode Description
RegisterAdditionalMvc ( IServiceCollection services, IConfiguration mvcSection, IMvcBuilder mvcBuilder ) : void

Method Details

RegisterAdditionalMvc() public méthode

public RegisterAdditionalMvc ( IServiceCollection services, IConfiguration mvcSection, IMvcBuilder mvcBuilder ) : void
services IServiceCollection
mvcSection IConfiguration
mvcBuilder IMvcBuilder
Résultat void