ConventionHostBuilder<TSelf>.

Apply(Action<IConventionHostBuilder>) Method

Summary

Apply a set of calls against a host builder without losing the context of the actual host build

Syntax

public TSelf Apply(Action<IConventionHostBuilder> hostBuilder)

Parameters

Name Type Description
hostBuilder Action<IConventionHostBuilder>

Return Value

Type Description
TSelf