Summary
Adds the state of the application.
- Assembly
- Rocket
.Surgery .Extensions .CommandLine .dll - Namespace
- Rocket
.Surgery .Extensions .CommandLine - Containing Type
- Application
State Extensions
Syntax
public static IConfigurationBuilder AddApplicationState(this IConfigurationBuilder builder, IApplicationState state)
Attributes
Type | Description |
---|---|
Nullable |
|
NotNullAttribute |
Parameters
Name | Type | Description |
---|---|---|
builder | I |
The builder. |
state | IApplicationState | The state. |
Return Value
Type | Description |
---|---|
I |
IConfigurationBuilder. |