無意中發現,如果visual studio有安裝power tool擴充套件
在tool -> 選項 -> 展開power tools 會有HTML Copy
預設他就會把你複製出來的程式碼帶上html格式囉
範例 :
public class RouteConfig { public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); routes.MapRoute( name: "Default", url: "{language}/{controller}/{action}/{id}", defaults: new {language="chinese", controller = "Home", action = "Index", id = UrlParameter.Optional } ); } }
沒有留言:
張貼留言