Method Fragment
- Namespace
- TinyComponents
- Assembly
- TinyComponents.dll
Fragment(params object?[])
Creates an fragment HtmlElement with specified children.
public static HtmlElement Fragment(params object?[] children)
Parameters
childrenobject[]An array of objects to put as children of the creating fragment.
Returns
Fragment(Action<HtmlElement>)
Creates an fragment HtmlElement with specified self-action.
public static HtmlElement Fragment(Action<HtmlElement> action)
Parameters
actionAction<HtmlElement>An action that defines content for the creating HTML element.
English
Русский
Português
Español
Deutsch
中文 (简体)
日本語