BiosealMVCWeb.Controllers.NewsCenterController.Download C# (CSharp) Method

Download() public method

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