Android.Net.UrlQuerySanitizer: Property Members

The properties of Android.Net.UrlQuerySanitizer are listed below. For a list of all members, see the UrlQuerySanitizer Members list.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
static
AllButNulAndAngleBracketsLegalUrlQuerySanitizer.IValueSanitizer. Return a value sanitizer that allows any special characters except angle brackets ('<_27_ and="" _27_="">') and Nul ('\0'). Allows script URLs.
[read-only]
static
AllButNulLegalUrlQuerySanitizer.IValueSanitizer. Return a value sanitizer that allows everything except Nul ('\0') characters.
[read-only]
static
AllButWhitespaceLegalUrlQuerySanitizer.IValueSanitizer. Return a value sanitizer that allows everything except Nul ('\0') characters, space (' '), and other whitespace characters.
[read-only]
static
AllIllegalUrlQuerySanitizer.IValueSanitizer. Return a value sanitizer that does not allow any special characters, and also does not allow script URLs.
AllowUnregisteredParamatersbool. Get whether or not unregistered parameters are allowed.
[read-only]
static
AmpAndSpaceLegalUrlQuerySanitizer.IValueSanitizer. Return a value sanitizer that does not allow any special characters except ampersand ('&') and space (' ').
[read-only]
static
AmpLegalUrlQuerySanitizer.IValueSanitizer. Return a value sanitizer that does not allow any special characters except ampersand ('&').
[read-only]
ParameterListIList<UrlQuerySanitizer.ParameterValuePair>. An array list of all of the parameter value pairs in the sanitized query, in the order they appeared in the query.
[read-only]
ParameterSetICollection<string>. Get a set of all of the parameters found in the sanitized query.
PreferFirstRepeatedParameterbool. Get whether or not the first occurrence of a repeated parameter is preferred.
[read-only]
static
SpaceLegalUrlQuerySanitizer.IValueSanitizer. Return a value sanitizer that does not allow any special characters except space (' ').
UnregisteredParameterValueSanitizerUrlQuerySanitizer.IValueSanitizer. Get the current value sanitizer used when processing unregistered parameter values.
[read-only]
static
UrlAndSpaceLegalUrlQuerySanitizer.IValueSanitizer. 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.
[read-only]
static
UrlLegalUrlQuerySanitizer.IValueSanitizer. Return a value sanitizer that allows all the characters used by encoded URLs.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.