Allows you to specify an alternate query selector.
- Namespace
- Statiq
.Core - Containing Type
- InsertLinks
Syntax
public InsertLinks WithQuerySelector(string querySelector)
Parameters
Name | Type | Description |
---|---|---|
querySelector | string | The query selector to use. |
Return Value
Type | Description |
---|---|
InsertLinks | The current instance. |