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.

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

Syntax

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

See Also