I get this error when I post from TinyMCE in an ASP.NET MVC view.
Error:
Request Validation has detected a potentially dangerous clien
Try using the [AllowHtml] attribute in your model.
[AllowHtml]
class MyModel{ [AllowHtml] public string Content{get;set;} }