System.Web.Mvc.LocalizableController.FormatHtml C# (CSharp) Method

FormatHtml() private method

private FormatHtml ( string html ) : System.Web.Mvc.MvcHtmlString
html string
return System.Web.Mvc.MvcHtmlString
        public static MvcHtmlString FormatHtml(string html, params object[] arguments)
        {
            return CultureInfo.CurrentUICulture.__(html, arguments);
        }