public static MvcHtmlString CloseTContext(this HtmlHelper htmlHelper) { return(TransformationContext.CloseContext()); }
public static MvcHtmlString OpenTContext(this HtmlHelper htmlHelper) { TransformationContext.NewContext(); return(MvcHtmlString.Create(string.Empty)); }