Atom.NET documentation

AtomContent Constructor (String, MediaType, Mode)

Represents an AtomContent instance initialized with the given content, MediaType and Mode.

[Visual Basic]
Overloads Public Sub New( _
   ByVal content As String, _
   ByVal type As MediaType, _
   ByVal mode As Mode _
)
[C#]
public AtomContent(
   string content,
   MediaType type,
   Mode mode
);

Parameters

content
The Content of the AtomContent.
type
The MediaType of the AtomContent.
mode
The Mode of the AtomContent.

See Also

AtomContent Class | Atom.Core Namespace | AtomContent Constructor Overload List