IsInlineCode(bool) Method
Flag for whether the content has inline JS code.
Namespace
Statiq.Minification
Containing Type
MinifyJs

Syntax

public MinifyJs IsInlineCode(bool isInlineCode = true)

Parameters

Name Type Description
isInlineCode bool Default value is true.

Return Value

Type Description
MinifyJs The current instance.