ConfigureHostCallback Property
Definition
- Namespace
- Codebelt.Extensions.Xunit.Hosting
- Assemblies
- Codebelt.Extensions.Xunit.Hosting.dll
ConfigureHostCallback
Gets or sets the delegate that provides a way to override the IHostBuilder defaults set up by ConfigureHost(Test).
Action<IHostBuilder> ConfigureHostCallback { get; set; }
Property Value
- Action<IHostBuilder>
The delegate that provides a way to override the IHostBuilder.