Class HtmlOutput
Implements
Inherited Members
Namespace: DotNetNuke.Prompt
Assembly: DotNetNuke.dll
Syntax
public class HtmlOutput : IConsoleOutput
Constructors
HtmlOutput(string)
Declaration
public HtmlOutput(string html)
Parameters
Type | Name | Description |
---|---|---|
string | html |
Properties
IsHtml
Declaration
public bool IsHtml { get; }
Property Value
Type | Description |
---|---|
bool |
Output
Declaration
public string Output { get; }
Property Value
Type | Description |
---|---|
string |