Как проверить, является ли текст в ckeditor пустым или нет в C#
I need to check whether there is text on not in ckeditor when user click save button if the text in ck editor is empty i need to show an error message that text cannot be empty how can i do this
Что я уже пробовал:
i am able to see validation for textbox but i could see the validation for ekeditor in c#