Пример #1
0
        // GET: strongly
        public ActionResult Index()
        {
            strongly str = new strongly()
            {
                name       = "raj",
                address    = "Sihor",
                isemployee = true
            };

            return(View(str));
        }
Пример #2
0
 public ActionResult index(strongly str)
 {
     return(View());
 }