错误:

A potentially dangerous Request.Form value was detected from the client (Text="<p>test?</p>").

 

<configuration>
  <system.web>
   <httpRuntime requestValidationMode="2.0" />
  </system.web>
  <pages validateRequest="false">
  </pages>
</configuration>

 

这样搞定

相关文章: