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

Sanitize() public static méthode

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