From afa133a8f24e03b2f5fdb32a856e8398b6ce1149 Mon Sep 17 00:00:00 2001 From: michele Date: Wed, 24 Sep 2025 12:50:49 +0200 Subject: [PATCH] Modifiche pagina download --- Controllers/HomeController.cs | 2 +- Views/Home/VT_Read.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Controllers/HomeController.cs b/Controllers/HomeController.cs index f7167f9..e6946e9 100644 --- a/Controllers/HomeController.cs +++ b/Controllers/HomeController.cs @@ -68,7 +68,7 @@ namespace VirtualTask.Controllers string app = ""; byte[] fileBytes = System.IO.File.ReadAllBytes(file); var response = new FileContentResult(fileBytes, "application/octet-stream"); - response.FileDownloadName = "appTest.apk"; + response.FileDownloadName = "app_Virtual_Task_1_34.apk"; return response; } diff --git a/Views/Home/VT_Read.cshtml b/Views/Home/VT_Read.cshtml index 0ba844f..f440e58 100644 --- a/Views/Home/VT_Read.cshtml +++ b/Views/Home/VT_Read.cshtml @@ -4,6 +4,6 @@ }

@ViewData["Title"]

-

Download Android App (ver. 1.25)

+

Download Android App (ver. 1.34)