Constructor RenderableText
- Namespace
- TinyComponents
- Assembly
- TinyComponents.dll
RenderableText(object?)
Creates an new instance of RenderableText with the specified text contents from the object, encoding it as an HTML entity.
public RenderableText(object? textContents)
Parameters
textContents
objectThe object which will be encoded.
RenderableText(object?, bool)
Creates an new instance of RenderableText with the specified text contents from the object.
public RenderableText(object? textContents, bool escape)