Android.Net.UrlQuerySanitizer.SpaceLegal Property
Return a value sanitizer that does not allow any special characters except space (' ').

Syntax

[get: Android.Runtime.Register("getSpaceLegal", "()Landroid/net/UrlQuerySanitizer$ValueSanitizer;", "GetGetSpaceLegalHandler")]
public static UrlQuerySanitizer.IValueSanitizer SpaceLegal { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return a value sanitizer that does not allow any special characters except space (' '). Does not allow script URLs.

[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