Cake.Web.Controllers.DownloadController.Bash C# (CSharp) Метод

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

public Bash ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult
        public ActionResult Bash()
        {
            return Download("https://raw.githubusercontent.com/cake-build/resources/master/build.sh");
        }