[]
Inserts a RenderFragment into the current collection at a specified index.
public void Insert(int index, RenderFragment rf)
Type | Name | Description |
---|---|---|
int | index | The index at which to insert the fragment. |
RenderFragment | rf | The fragment to insert. |