Summary
Allows you to specify an alternate query selector. If a separator
comment was found then the query selector will be used to determine which
elements prior to the separator the excerpt should be taken from.
- Assembly
- Wyam
.Html .dll - Namespace
- Wyam
.Html - Containing Type
- Excerpt
Syntax
public Excerpt WithQuerySelector(string querySelector)
Parameters
| Name | Type | Description |
|---|---|---|
| querySelector | string | The query selector to use. |
Return Value
| Type | Description |
|---|---|
| Excerpt | The current module instance. |
