摘要: 1) 在 _ViewImports.cshtml 中引入TagHelper类所在的Assembly . (注意不是namespace) :@addTagHelper "*, WebApplication1"2) 创建TagHelper类: 1 using System; 2 using System... 阅读全文
posted @ 2015-12-08 10:13 乁卬杨 阅读(860) 评论(0) 推荐(0) 编辑