예제 #1
0
 public ActionResult TestController(ForTest textBoxHell)
 {
     textBoxHell.OperationWithString();
     return(View(textBoxHell));
 }