Hi,
I have received error on my website:
A potentially dangerous Request.Form value was detected from the client and it seems like it was because of the string that i want to add and save into database contain special character <
The string is: My name is <your name>
My question is how I can save the whole string in database and i am using MVC C#.