Summary
Flag for whether the content has inline JS code.
- Assembly
- Wyam
.Minification .dll - Namespace
- Wyam
.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. |