How do I pass the following textarea without getting a dangerous.Request error?
Using <% Html.TextArea("Text", Model.fullText, new { @rows="5" }) %>
Happy Holidays!<br><br>In observance of the holiday, we will be closed:
<ul><li>Thursday</li><li>Friday</li><li>Saturday</li></ul>
Add
[AllowHtml]to the model property to disable this validation.