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.IIS.
Summary
Set the configuration for a host.
Syntax
public static void SetHostWebConfiguration(this ICakeContext context, Action<Configuration> configuration)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
configuration |
Action<Configuration> |
The IIS configuration settings. |
Return Value