4 lines
100 B
C#
4 lines
100 B
C#
|
[HttpPost]
|
||
|
public ActionResult Edit(BlogPostViewModel post) {
|
||
|
// Save the post in the database
|
||
|
}
|