CuteEditor for .NET 6.0 Class Library

Editor.DOCTYPE Property

Cute Editor allows you to edit a full HTML page, including <title>, <!DOCTYPE...> and some other options. You can use this property to specify the DOCTYPE (document type declaration) which will appear at the very top of every web page.

[Visual Basic]
Public Property DOCTYPE As String
[C#]
public string DOCTYPE {get; set;}

See Also

Editor Class | CuteEditor Namespace