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