C#類模板地址:C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\ItemTemplates\CSharp\Code\2052\WebClass\Class.cs
/************************************************************************** 模 塊: 項 目: $rootnamespace$ 作 者: $machinename$這里用了計算機名,也可以用$username$是計算機當前登錄用戶名 創建時間: $time$ Copyright (c) Shenzhen Huidu Technology Co.,Ltd. 描 述: ***************************************************************************/ using System; using System.Collections.Generic; $if$ ($targetframeworkversion$ >= 3.5)using System.Linq; $endif$using System.Web; namespace $rootnamespace$ { /// <summary> /// /// </summary> public class $safeitemrootname$ { } }