AssetManager.Controllers.HomeController.Test C# (CSharp) Method

Test() public method

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