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

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Return a value sanitizer that does not allow any special characters except ampersand ('&') and 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