System.Web.Mvc.XSSHelper.h C# (CSharp) Méthode

h() public static méthode

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