IllegalCharacterFlags Enum

Definition

Enumerates values returned by several methods of IllegalCharacterFlags and taken as a parameter of the F:Android.Net.UrlQuerySanitizer+IllegalCharacterValueSanitizer..ctor member.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum IllegalCharacterFlags
[<System.Flags>]
type IllegalCharacterFlags = 
Inheritance
IllegalCharacterFlags
Attributes

Fields

AllButNulAndAngleBracketsLegal 1439
AllButNulLegal 1535
AllButWhitespaceLegal 1532
AllIllegal 0
AllOk 2047
AllWhitespaceOk 3
AmpAndSpaceLegal 129
AmpLegal 128
AmpOk 128
DquoteOk 8

Allow double quote characters.

GtOk 64

Allow greater-than characters.

LtOk 32

Allow less-than characters.

Non7BitAsciiOk 4

Allow characters with character codes 128 to 255.

NulOk 512
OtherWhitespaceOk 2

Allow whitespace characters other than space.

PctOk 256
ScriptUrlOk 1024
SpaceLegal 1
SpaceOk 1

Allow space (' ') characters.

SquoteOk 16

Allow single quote characters.

UrlAndSpaceLegal 405
UrlLegal 404

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to