ReadAllText(fullPath);//得到檔案內容 string html = Razor.Parse(cshtml);//解析cshtml檔案解析得到html context.Response.Write(html); }.
確定! 回上一頁