Gets the plain unformatted text of the page.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public string Text { get; internal set; }
Visual Basic
Public Property Text As String
	Get
	Friend Set
Visual C++
public:
property String^ Text {
	String^ get ();
	internal: void set (String^ value);
}

Field Value

The text displayed on the page.

Remarks

The Text property does not return any information about the formatting applied.

The Text property only returns valid data when the page is loaded. That is when the Loaded event has been raised.

See Also