BootsAddin.

Boots(ICakeContext, string, Nullable<FileType>) Method

Assembly
Cake.Boots.dll
Namespace
Cake.Boots
Containing Type
BootsAddin

Syntax

public static Task Boots(this ICakeContext context, string url, Nullable<FileType> fileType = null)

Attributes

Type Description
AsyncStateMachineAttribute
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext
url string
fileType Nullable<FileType>

Return Value

Type Description
Task