예제 #1
0
 protected JsonResult NonobstructiveFile(byte[] data, string filename)
 => AddAction(TempFileService.CreateDownloadAction(data, filename));
예제 #2
0
 protected async Task <JsonResult> NonobstructiveFile(byte[] data, string filename)
 => AddAction(await TempFileService.CreateDownloadAction(data, filename));