Atom.NET documentation

AtomContent Constructor

Represents an AtomContent instance. Initialize the Content to Empty, Type to MediaType and Mode to Mode.

Overload List

Represents an AtomContent instance. Initialize the Content to Empty, Type to MediaType and Mode to Mode.

public AtomContent();

Represents an AtomContent instance initialized with the given content.

public AtomContent(string);

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

public AtomContent(string,MediaType);

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

public AtomContent(string,MediaType,Mode);

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

public AtomContent(string,Mode);

See Also

AtomContent Class | Atom.Core Namespace