2 references to MethodSpecificEncoder
System.Web (2)
Security\AntiXss\UnicodeCharacterEncoder.cs (2)
227/// <param name="encoderTweak">A <see cref="MethodSpecificEncoder"/> function, if needed.</param> 231private static string HtmlEncode(string input, bool useNamedEntities, MethodSpecificEncoder encoderTweak) {