Specifies where in matching elements the new content should be inserted.
- Namespace
- Statiq
.Core - Containing Type
- InsertHtml
Syntax
public InsertHtml AtPosition(AdjacentPosition position = null)
Parameters
Name | Type | Description |
---|---|---|
position | AdjacentPosition | A AdjacentPosition indicating where the new content should be inserted. |
Return Value
Type | Description |
---|---|
InsertHtml | The current module instance. |