Table of Contents

Method SafeRenderSubject

Namespace
TinyComponents
Assembly
TinyComponents.dll

SafeRenderSubject(object?)

Renders the specified object into an safe HTML content.

public static string SafeRenderSubject(object? obj)

Parameters

obj object

The object to be rendered.

Returns

string