Method Raw
- Namespace
- TinyComponents
- Assembly
- TinyComponents.dll
Raw(object?)
Creates an new instance of RenderableText with the provided raw, unencoded text.
public static RenderableText Raw(object? contents)
Parameters
contents
objectThe object which will be converted to text.
Returns
- RenderableText
An RenderableText with the content value.