HostExtensionsUseAntPlus(IHostBuilder) Method
Adds AntPlus classes to host builder services.
Namespace: SmallEarthTech.AntPlus.Extensions.HostingAssembly: SmallEarthTech.AntPlus.Extensions.Hosting (in SmallEarthTech.AntPlus.Extensions.Hosting.dll) Version: 2.0.0+c7a96f474ca7ff8aa6ed4e4d3eea61b53199a42c
public static IHostBuilder UseAntPlus(
this IHostBuilder builder
)
<ExtensionAttribute>
Public Shared Function UseAntPlus (
builder As IHostBuilder
) As IHostBuilder
public:
[ExtensionAttribute]
static IHostBuilder^ UseAntPlus(
IHostBuilder^ builder
)
[<ExtensionAttribute>]
static member UseAntPlus :
builder : IHostBuilder -> IHostBuilder
- builder IHostBuilder
- The host app builder
IHostBuilderThe host app builderIn Visual Basic and C#, you can call this method as an instance method on any object of type
IHostBuilder. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).