Skip to content

AllowEditServerSideCode Property

By default Cute Editor doesn't allow edit the Server side code. When this property is set to true, Cute Editor will allow edit the Server side code. (<%@ Page Language="C#" %> <%=MyString %> <asp:textbox id="textbox1"></asp:textbox>)

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

Syntax

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

See Also