.NET Core Temp Directory

string result = Path.GetTempPath(); 
Candan