Atom.NET documentation

AtomContent Constructor (String, MediaType)

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

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

Parameters

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

See Also

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