Android.Net.UrlQuerySanitizer.ParseEntry Method
Parse an escaped parameter-value pair.

Syntax

[Android.Runtime.Register("parseEntry", "(Ljava/lang/String;Ljava/lang/String;)V", "GetParseEntry_Ljava_lang_String_Ljava_lang_String_Handler")]
protected virtual void ParseEntry (string parameter, string value)

Parameters

parameter
an escaped parameter
value
an unsanitzied escaped value

Remarks

Parse an escaped parameter-value pair. The default implementation unescapes both the parameter and the value, then looks up the effective value sanitizer for the parameter and uses it to sanitize the value. If all goes well then addSanitizedValue is called with the unescaped parameter and the sanitized unescaped value.

[Android Documentation]

Requirements

Namespace: Android.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1