IsTextNode Property

HttpServer.dll

Is this a text node (containing plain text)?

Namespace:  HttpServer.Rendering.Haml.Nodes
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public override bool IsTextNode { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property IsTextNode As Boolean
Visual C++
public:
virtual property bool IsTextNode {
	bool get () override;
}

See Also