Summary
Specifies alternate separators to be used in an HTML comment.
Setting this to
null
will disable looking for separators
and rely only on the query selector.
- Assembly
- Wyam
.Html .dll - Namespace
- Wyam
.Html - Containing Type
- Excerpt
Syntax
public Excerpt WithSeparators(string[] separators)
Parameters
Name | Type | Description |
---|---|---|
separators | string[] | The excerpt separators. |
Return Value
Type | Description |
---|---|
Excerpt | The current module instance. |