Interface IHostConfigurator
Interface for host configurator.
Namespace: Kephas.Application.AspNetCore.Hosting
Assembly: Kephas.Application.AspNetCore.dll
Syntax
[SingletonAppServiceContract(AllowMultiple = true)]
public interface IHostConfigurator
Methods
| Improve this Doc View SourceConfigure(IAspNetAppContext)
Configures the host using the given application context.
Declaration
void Configure(IAspNetAppContext appContext)
Parameters
| Type | Name | Description |
|---|---|---|
| IAspNetAppContext | appContext | Context for the application. |