Table of Contents

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 object?

The object which will be converted to text.

Returns

RenderableText

An RenderableText with the content value.