A potentially dangerous Request.Form value was detected from the client (Post_Content="<p>Test</p> ").
validationrequest = false.
byte[] data = System.Text.Encoding.UTF8.GetBytes(post.Post_Content); newPost.Post_Content = Convert.ToBase64String(data);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)