internal static string StringTemplate(HtmlHelper html) { return html.TextBox(String.Empty, html.ViewContext.ViewData.TemplateInfo.FormattedModelValue, CreateHtmlAttributes("text-box single-line")).ToHtmlString(); }