- Namespace
- Statiq
.App - Containing Type
- I
Configurator Extensions
Syntax
public static ICommandConfigurator AddDelegateCommand(this IConfigurator configurator, string name, Func<CommandContext, int> func)
Parameters
Name | Type | Description |
---|---|---|
configurator | IConfigurator | |
name | string | |
func | Func |
Return Value
Type | Description |
---|---|
ICommandConfigurator |