Skip to content

RemoveTBODYTag Property

By default Internet Explorer HTML parser automatically insert TBODY tag after any TABLE tag. When this property is set to true, CuteEditor strips out the TBODY tags.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public bool RemoveTBODYTag { get; set; }
Visual Basic
Public Property RemoveTBODYTag As Boolean
	Get
	Set
Visual C++
public:
property bool RemoveTBODYTag {
	bool get ();
	void set (bool value);
}

See Also