摘要: //ajax.Action加图片public static MvcHtmlString AjaxActionWithImage(this AjaxHelper html, string imgSrc, string actionName, object routeValue = null, AjaxOptions ajaxOptions = null){var urlHelper = new UrlHelper(html.ViewContext.RequestContext);string imgUrl = urlHelper.Content(imgSrc);TagBuilder imgTa. 阅读全文
posted @ 2014-01-06 10:52 那缕阳光 阅读(346) 评论(0) 推荐(0)