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 site.
Syntax
public static void SetSiteWebConfiguration(this ICakeContext context, string siteName, Action<Configuration> configuration)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
siteName |
string |
The web site name. |
configuration |
Action<Configuration> |
The IIS configuration settings. |
Return Value