The methods of Android.Net.UrlQuerySanitizer are listed below. For a list of all members, see the UrlQuerySanitizer Members list.
See Also: Inherited members from Java.Lang.Object
GetEffectiveValueSanitizer(string)Get the effective value sanitizer for a parameter. | ||
GetValue(string)Get the value for a parameter in the current sanitized query. | ||
GetValueSanitizer(string)Get the value sanitizer for a parameter. | ||
HasParameter(string)Check if a parameter exists in the current sanitized query. | ||
ParseQuery(string)Parse a query. | ||
ParseUrl(string)Parse the query parameters out of an encoded URL. | ||
RegisterParameter(string, UrlQuerySanitizer.IValueSanitizer)Register a value sanitizer for a particular parameter. | ||
RegisterParameters(string[], UrlQuerySanitizer.IValueSanitizer)Register a value sanitizer for an array of parameters. | ||
Unescape(string)Unescape an escaped string. |
AddSanitizedEntry(string, string)Record a sanitized parameter-value pair. | ||
Clear()Clear the existing entries. | ||
DecodeHexDigit(char)Convert a character that represents a hexidecimal digit into an integer. | ||
IsHexDigit(char)Test if a character is a hexidecimal digit. | ||
ParseEntry(string, string)Parse an escaped parameter-value pair. |