public static HtmlString RenderBreadCrumb(this HtmlHelper helper,PageType pagetype,object Model)
如何在HtmlHelper中使用Url.RouteUrl来呈现URL?
UrlHelper Url = new UrlHelper(helper.ViewContext.RequestContext); Url.RouteUrl(…);