CuteEditor for .NET 6.0 Class Library

Editor.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" runat="server"></asp:textbox>)

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

See Also

Editor Class | CuteEditor Namespace