private readonly IWebHostEnvironment _hostingEnvironment;
public TestController(IWebHostEnvironment hostingEnvironment)
{
_hostingEnvironment = hostingEnvironment;
}
string webRootPath = _hostingEnvironment.WebRootPath;
string webRootPath + "//images//zj//tim.JPG";