Struct MimeContentType
Readonly MIME content-type. The main difference between this and ContentType is immutability and better serialization support
Also, ContentType uses few weird constructs like TrackingStringDictionary which is not supported by CompareService
Assembly: PoeShared.dll
Syntax
public readonly struct MimeContentType : IEquatable<MimeContentType>
Constructors
Properties
Name |
Description |
MediaType
|
Gets or sets the media type value included in the Content-Type header represented by this instance.
|
Methods
Operators
Extension Methods