0
を仕事と私はまた、必要なフィールドを割り当てているが、検証は働いていません: -ASP.Net MVC 5 CKEditorバージョンAllowHtml RequiredAttribute私のモデルが好きで、私は私のモデルにCKEditorバージョンのためAllowHtmlを使用しています
[Display(Name = "Introduction Details:")]
[Required(ErrorMessage = "Introduction Details is required.")]
[AllowHtml]
public string Introduction { get; set; }
バリデータを再設定する必要があります - [この回答](https://stackoverflow.com/questions/26379307/jquery-chosen-dropdown-validation-client-site-doesnt-work/26392882#26392882) –
をご覧くださいこの投稿はhttps://stackoverflow.com/questions/4491316/ckeditor-and-asp-net-mvc-3-requiredattribute –