CuteEditor for .NET 6.0 Class Library

Editor.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.

[Visual Basic]
Public Property RemoveTBODYTag As Boolean
[C#]
public bool RemoveTBODYTag {get; set;}

See Also

Editor Class | CuteEditor Namespace