Click or drag to resize

MimeTypeSelector Properties

The MimeTypeSelector type exposes the following members.

Properties
  NameDescription
Public propertyCharset
Gets the Charset for the selector (may be null if none specified).
Public propertyIsAny
Gets whether the selector if for a */* pattern i.e. accept any.
Public propertyIsInvalid
Gets whether the selector is invalid.
Public propertyIsRange
Gets whether the selector is for a type/* pattern i.e. accept any sub-type of the given type.
Public propertyIsSpecific
Gets whether the selector is for a specific MIME type e.g. type/sub-type.
Public propertyOrder
Gets the order of apperance for the selector (used as precedence tiebreaker where necessary).
Public propertyQuality
Gets the quality for the selector (range of 0.0-1.0).
Public propertyRangeType
Gets the range type if this is a range selector.
Public propertyType
Gets the selected type.
Top
See Also