Atom.NET documentation

AtomContentConstruct Constructor (String, String, MediaType)

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

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

Parameters

localName
The not qualified name of the element.
content
The Content of the AtomContentConstruct.
type
The MediaType of the AtomContentConstruct.

See Also

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