SiteAliases.

StartSite(ICakeContext, string) Method

Summary

Starts site on local IIS.
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
SiteAliases

Syntax

public static bool StartSite(this ICakeContext context, string name)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
name string The site name.

Return Value

Type Description
bool true if started