Represents an AtomContent instance. Initialize the Content to Empty, Type to MediaType and Mode to Mode.
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);
AtomContent Class | Atom.Core Namespace