Exemple #1
0
        public async Task <IActionResult> ShowFileContent(UploadedFile file)
        {
            await file.GetContentAsync();

            return(View(file));
        }