Android.Net.UrlQuerySanitizer.GetValue Method
Get the value for a parameter in the current sanitized query.

Syntax

[Android.Runtime.Register("getValue", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetValue_Ljava_lang_String_Handler")]
public virtual string GetValue (string parameter)

Parameters

parameter
the unencoded name of a parameter.

Returns

Documentation for this section has not yet been entered.

Remarks

Get the value for a parameter in the current sanitized query. Returns null if the parameter does not exit.

[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