4 lines
94 B
C#
4 lines
94 B
C#
|
[ValidateInput(true, Exclude="Body, Summary")]
|
||
|
public ActionResult About() {
|
||
|
return View();
|
||
|
}
|