Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 226 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 226 Bytes

ckeditor-MVC

CK Editor for MVC

How to use this? Add dll reference to MVC Web Application.

To use this it is required to declare namespace at top in view file.

@using CKEditorMVC @CKEditorMVC.RichTextEditor("EditorName")