Class CloudFoundryHostBuilderExtensions
Inheritance
System.Object
CloudFoundryHostBuilderExtensions
Namespace: Steeltoe.Extensions.Configuration.CloudFoundry
Assembly: Steeltoe.Extensions.Configuration.CloudFoundryCore.dll
Syntax
public static class CloudFoundryHostBuilderExtensions : object
Methods
| Edit this page View SourceAddCloudFoundry(IHostBuilder)
Add Cloud Foundry Configuration Provider
Declaration
public static IHostBuilder AddCloudFoundry(this IHostBuilder hostBuilder)
Parameters
Type | Name | Description |
---|---|---|
IHostBuilder | hostBuilder | Your WebHostBuilder |
Returns
Type | Description |
---|---|
IHostBuilder |
AddCloudFoundry(IWebHostBuilder)
Add Cloud Foundry Configuration Provider
Declaration
public static IWebHostBuilder AddCloudFoundry(this IWebHostBuilder hostBuilder)
Parameters
Type | Name | Description |
---|---|---|
IWebHostBuilder | hostBuilder | Your HostBuilder |
Returns
Type | Description |
---|---|
IWebHostBuilder |
AddCloudFoundryConfiguration(IHostBuilder)
Add Cloud Foundry Configuration Provider
Declaration
public static IHostBuilder AddCloudFoundryConfiguration(this IHostBuilder hostBuilder)
Parameters
Type | Name | Description |
---|---|---|
IHostBuilder | hostBuilder | Your WebHostBuilder |
Returns
Type | Description |
---|---|
IHostBuilder |
AddCloudFoundryConfiguration(IWebHostBuilder)
Add Cloud Foundry Configuration Provider
Declaration
public static IWebHostBuilder AddCloudFoundryConfiguration(this IWebHostBuilder hostBuilder)
Parameters
Type | Name | Description |
---|---|---|
IWebHostBuilder | hostBuilder | Your HostBuilder |
Returns
Type | Description |
---|---|
IWebHostBuilder |