我有以下代码(C#):
<link href=style.css rel=stylesheet>
<link href="css/responsive.css" rel=stylesheet>
<link href="css/custom.css" rel=stylesheet>
<link href='css/fonts.css' rel=stylesheet type='text/css'>
<link rel="shortcut icon" href="">
<link href="css/jquery-ui.css" rel=stylesheet>
当我尝试获取临时文件时,我收到System.UnauthorizedAccessException。也许CopyAsync istruction使文件保持打开状态,然后我无法读取它。