0

通常,可以为非静态类创建扩展方法:

public static string Resource(this HtmlHelper htmlHelper)
{
    //TO DO
}

但是如果 HtmlHelper 是一个静态类,我就不能再这样做了。那我该怎么办?

4

0 回答 0