Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.40 KB | None | 0 0
  1. public ActionResult Anketa(string Name, string Sirname, string Age, string FirstChek, string SecondChek,
  2.             string ThirdChek, string FourthChek,  string radiotuch)
  3.         {
  4.  
  5.             if (Name != null)
  6.                 return Content(Name + Sirname + Age  + "<br>" + FirstChek  + SecondChek  + ThirdChek + FourthChek + radiotuch);
  7.             else
  8.                 return View();
  9.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement