使用前:

 

public static class MyHtmlHelper
2     {
3         public static string GroupPage(this HtmlHelper helper)
4         {
5             string html1 = "<span style='color:red;'>hello</span>";
6             return html1;
7 
8         }
9     }
View Code

相关文章:

  • 2021-08-01
  • 2021-05-15
  • 2022-12-23
  • 2021-10-27
  • 2021-10-29
  • 2022-01-26
  • 2021-09-12
  • 2021-10-10
猜你喜欢
  • 2022-12-23
  • 2021-09-24
  • 2021-12-16
  • 2022-12-23
  • 2021-07-04
  • 2022-12-23
  • 2022-02-02
相关资源
相似解决方案