HostingConventionExtensions.

ConfigureHosting(IConventionHostBuilder, HostingConventionDelegate) Method

Summary

Configure the hosting delegate to the convention scanner

Syntax

public static IConventionHostBuilder ConfigureHosting(this IConventionHostBuilder container, HostingConventionDelegate delegate)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
container IConventionHostBuilder The container.
delegate HostingConventionDelegate The delegate.

Return Value

Type Description
IConventionHostBuilder IConventionHostBuilder.