Skip to content

Commit a0975c6

Browse files
authored
Update ValuesController.cs
1 parent 5863c22 commit a0975c6

File tree

1 file changed

+1
-1
lines changed
  • Read-and-save-PowerPoint-presentation/Open-and-save-PowerPoint/ASP.NET-Core-Web-API/Read-and-edit-PowerPoint-presentation/Read-and-edit-PowerPoint-presentation/Controllers

1 file changed

+1
-1
lines changed

Read-and-save-PowerPoint-presentation/Open-and-save-PowerPoint/ASP.NET-Core-Web-API/Read-and-edit-PowerPoint-presentation/Read-and-edit-PowerPoint-presentation/Controllers/ValuesController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public IActionResult DownloadPresentation()
1414
{
1515
try
1616
{
17-
var fileDownloadName = "Output.docx";
17+
var fileDownloadName = "Output.pptx";
1818
const string contentType = "application/vnd.openxmlformats-officedocument.presentationml.presentation";
1919
var stream = OpenandSavePresentation();
2020
stream.Position = 0;

0 commit comments

Comments
 (0)