AsgSearch.web.Controllers.HomeController.Step2 C# (CSharp) Method

Step2() public method

public Step2 ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Step2()
        {
            ViewBag.Title = "Step 2";

            return View();
        }