![]()
A path to a temporary file, with the specified file extension.
A System.Web.Compilation.BuildProvider implementation calls the AssemblyBuilder.GetTempFilePhysicalPath(string) method to get a temporary file path that is deleted automatically after the assembly is compiled.
The AssemblyBuilder.GetTempFilePhysicalPath(string) method generates a unique temporary file path, but does not create the file.