System.Web.Mvc.XSSHelper.h C# (CSharp) Method

h() public static method

public static h ( this helper, string input ) : string
helper this
input string
return string
        public static string h(this HtmlHelper helper, string input)
        {
            return AntiXss.HtmlEncode(input);
        }