文章出處
文章列表
1.<#@ template debug="true" hostspecific="true" language="C#" #> 2.頁面插入 System.Diagnostics.Debugger.Launch(); //即可開始調試 3.打斷點 System.Diagnostics.Debugger.Break();
//獲取項目路徑
string projectPath = Host.ResolveAssemblyReference("$(ProjectDir)");
//asp.net mvc中Models文件路徑
projectPath+"Models\\Entity\\"
文章列表
全站熱搜