I am using AllowHtml for CKeditor in my model and i have also assign Required field, but validation not working, my model is Like :-
[Display(Name = "Introduction Details:")]
[Required(ErrorMessage = "Introduction Details is required.")]
[AllowHtml]
public string Introduction { get; set; }