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