ConsoleViewResult
ClassRepresents the outcome of rendering a Razor component for the console.
Namespace:
RazorConsole.Core.ControllersAssembly:
RazorConsole.CoreDefinition
public sealed class ConsoleViewResultProperties
2| Name | Type | Description |
|---|---|---|
Other | ||
Html | String | Gets the raw HTML produced by the Razor renderer. |
Renderable | IRenderable | Gets the Spectre.Console renderable representation of the rendered view. |