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 IHostApplicationBuilder defaults set up by ConfigureHost(Test).
Action<IHostApplicationBuilder> ConfigureHostCallback { get; set; }
Property Value
- Action<IHostApplicationBuilder>
The delegate that provides a way to override the IHostApplicationBuilder.