BiosealMVCWeb.Controllers.NewsCenterController.Download C# (CSharp) Метод

Download() публичный Метод

public Download ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult
        public ActionResult Download()
        {
            return View();
        }