This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.NSwag.
Summary
Specificies operation-specific settings for generating controller code
- Assembly
- Cake
.NSwag .dll - Namespace
- Cake
.NSwag .Settings - Containing Type
- GeneratorSettings
Syntax
public GeneratorSettings WithSettings(ControllerGeneratorBaseSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | Controller |
The NSwag settings to use |
Return Value
Type | Description |
---|---|
GeneratorSettings | Updated settings object |