C# Class Digipolis.Codetable.CodetableAppBuilderExtensions

Mostra file Open project: digipolisantwerp/codetable_aspnetcore

Public Methods

Method Description
UseCodetableDiscovery ( this app ) : IApplicationBuilder

Adds the CodetableDiscovery framework to the application so that the list of codetables can be requested.

Private Methods

Method Description
GetCodetableProviderControllers ( IApplicationBuilder app ) : IEnumerable
SetRoute ( IApplicationBuilder app, string route ) : void

Method Details

UseCodetableDiscovery() public static method

Adds the CodetableDiscovery framework to the application so that the list of codetables can be requested.
public static UseCodetableDiscovery ( this app ) : IApplicationBuilder
app this The IApplicationBuilder of the application.
return IApplicationBuilder