Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
24 Points
37 Posts
Apr 26, 2012 08:20 PM|LINK
Okay
@Html.Raw("") isn't working. My text outputs with the html tags visible instread of rendering them.
Into the database is done this way
article = Request.Unvalidated("article");
... insert statements
and then rendered on the page like this
@Html.Raw(@row.Article)
tonyjoanes
Member
24 Points
37 Posts
Re: Postback with apostrophe throwing "A potentially dangerous Request.Form"
Apr 26, 2012 08:20 PM|LINK
Okay
@Html.Raw("") isn't working. My text outputs with the html tags visible instread of rendering them.
Into the database is done this way
article = Request.Unvalidated("article");
... insert statements
and then rendered on the page like this
@Html.Raw(@row.Article)