Method CreateParagraphs
- Namespace
- Sisk.Documenting.Html
- Assembly
- Sisk.Documenting.Html.dll
CreateParagraphs(string?)
Creates one or more HTML paragraph elements from the provided text.
protected virtual object? CreateParagraphs(string? text)
Parameters
text
stringThe text to display in the paragraphs, or null for no paragraphs.
Returns
- object
The HTML element representing the paragraphs, or null if no text is provided.