5 lines
123 B
C#
5 lines
123 B
C#
|
[HttpPost]
|
||
|
[ValidateInput(false)]
|
||
|
public ActionResult Edit(BlogPostViewModel post) {
|
||
|
// Save the post in the database
|
||
|
}
|