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

Step3() public method

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

            return View();
        }