Show / Hide Table of Contents

Class TextOutput

Inheritance
object
TextOutput
Implements
IConsoleOutput
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Implements

IConsoleOutput

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS