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

Step1() public method

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

            return View();
        }