Render(IAnsiConsole, IRenderable) Method

Renders the specified object to the console.
[Obsolete("Consider using IAnsiConsole.Write instead.")]
public static void Render(this IAnsiConsole console, IRenderable renderable)
Namespace
Spectre.Console
Containing Type
AnsiConsoleExtensions

Attributes

ObsoleteAttribute

Parameters

IAnsiConsole console
The console to render to.
IRenderable renderable
The object to render.