Interface IConsoleOutput
Namespace: DotNetNuke.Abstractions.Prompt
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IConsoleOutput
Properties
IsHtml
Declaration
bool IsHtml { get; }
Property Value
Type | Description |
---|---|
bool |
Output
Declaration
string Output { get; }
Property Value
Type | Description |
---|---|
string |