ActionControllers.Example.Controllers.Home.About.Get C# (CSharp) Method

Get() public method

public Get ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Get()
        {
            return View();
        }
About