Android.Net.UrlQuerySanitizer.UrlAndSpaceLegal Property
Return a value sanitizer that allows all the characters used by encoded URLs and allows spaces, which are not technically legal in encoded URLs, but commonly appear anyway.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Return a value sanitizer that allows all the characters used by encoded URLs and allows spaces, which are not technically legal in encoded URLs, but commonly appear anyway. 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