ActionControllers.Example.Controllers.Account.LogOn.Get C# (CSharp) Method

Get() public method

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