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

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

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