1 write to _hostingEnvironment
FilesWebSite (1)
Controllers\DownloadFilesController.cs (1)
17_hostingEnvironment = hostingEnvironment;
5 references to _hostingEnvironment
FilesWebSite (5)
Controllers\DownloadFilesController.cs (5)
23var path = Path.Combine(_hostingEnvironment.ContentRootPath, "sample.txt"); 29var path = Path.Combine(_hostingEnvironment.ContentRootPath, "sample.txt"); 37var path = Path.Combine(_hostingEnvironment.ContentRootPath, "sample.txt"); 43var path = Path.Combine(_hostingEnvironment.ContentRootPath, "sample.txt"); 51var path = Path.Combine(_hostingEnvironment.ContentRootPath, "sample.txt");