In VS2015, this worked to turn the Enter key into <br>
myCKEControl.EnterMode = CKEditor.NET.EnterMode.BR
Personally, I don't care if my resulting text only has <br>
and not <p>
. It renders perfectly fine and it looks the way I want it to. In the end, it works.