ConsoleViewResult

Class

Represents the outcome of rendering a Razor component for the console.

Namespace: RazorConsole.Core.Controllers
Assembly: RazorConsole.Core

Definition

public sealed class ConsoleViewResult

Properties

2
NameTypeDescription
Other
HtmlStringGets the raw HTML produced by the Razor renderer.
RenderableIRenderableGets the Spectre.Console renderable representation of the rendered view.