Atom.NET documentation

MediaType Enumeration

The media types used in Atom. Visit http://www.ietf.org/rfc/rfc2045.txt for more infos on media types.

[Visual Basic]
Public Enum MediaType
[C#]
public enum MediaType

Members

Member NameDescription
ApplicationXml The Xml format media type.
ApplicationXhtmlXml The Xhtml format media type.
ApplicationAtomXml The Atom xml format media type.
ApplicationXAtomXml The Atom api xml format media type.
MultipartAlternative The media type of multipart contents.
TextHtml The Html textual format media type.
TextPlain The simple text media type.
TextXml The Xml textual format media type.
UnknownType Unknown format media type.

Requirements

Namespace: Atom.Core

Assembly: Atom.NET (in Atom.NET.dll)

See Also

Atom.Core Namespace | AtomContentConstruct