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
objectThe object to be rendered.