您的扩展方法需要在静态类中:
public static class MyExtensions { public static string IsSelected( this HtmlHelper helper, string A, string B) { return "wtf"; } }