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