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

FormatRaw() private method

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

Same methods

LocalizableController::FormatRaw ( string html, object>.Func escapeArgumentFunc ) : System.Web.Mvc.MvcHtmlString