Flag for whether the content has inline CSS code.
- Namespace
- Statiq
.Minification - Containing Type
- MinifyCss
Syntax
public MinifyCss IsInlineCode(bool isInlineCode = true)
Parameters
| Name | Type | Description |
|---|---|---|
| isInlineCode | bool | Default value is true. |
Return Value
| Type | Description |
|---|---|
| MinifyCss | The current instance. |