【发布时间】:2013-06-11 14:44:41
【问题描述】:
我有两个功能:
public static string Image(this HtmlHelper helper, string src, string alt)
和
public static string Image(HtmlHelper helper, string src, string alt)
我想知道this在第一个函数中的作用,为什么在这种情况下我必须把this的参数放在第一位?
【问题讨论】:
标签: c# .net html-helper