CommonCakeAliases.

CleanBom(ICakeContext, string) Method

Summary

Cleans the bom.

Syntax

public static void CleanBom(this ICakeContext context, string filePath)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
filePath string The file path.

Return Value

Type Description
void