Summary
Specifies where in matching elements the new content should be inserted.
- Assembly
- Wyam
.Html .dll - Namespace
- Wyam
.Html - Containing Type
- HtmlInsert
Syntax
public HtmlInsert AtPosition(AdjacentPosition position = 2)
Parameters
| Name | Type | Description |
|---|---|---|
| position | AdjacentPosition | A AngleSharp.Dom.AdjacentPosition indicating where the new content should be inserted. |
Return Value
| Type | Description |
|---|---|
| HtmlInsert | The current module instance. |
