ProGet SDK Reference
Version:

StandardText Class

Descriptive text which may contain variable expressions.

Inheritance Hierarchy

Syntax

public class StandardText : IRichDescriptionNode

Constructors

Name Description
StandardText(string text)

Initializes a new instance of the StandardText class.

Properties

Name Description
Text

Gets the text.

Methods

Name Description
WriteHtml(System.IO.TextWriter writer)

Writes the description as HTML.

WriteInnerHtml(System.IO.TextWriter writer)

Writes the description as HTML.

WriteInnerPlainText(System.IO.TextWriter writer)

Writes the description as plain text.

WritePlainText(System.IO.TextWriter writer)

Writes the description as plain text.