Represents an AtomContentConstruct instance. Initialize the LocalName to "title" the Content to Empty, Type to MediaType and Mode to Mode.
Represents an AtomContentConstruct instance. Initialize the LocalName to "title" the Content to Empty, Type to MediaType and Mode to Mode.
public AtomContentConstruct();
Represents an AtomContentConstruct instance initialized with the given content.
public AtomContentConstruct(string);
Represents an AtomContentConstruct instance initialized with the given content.
public AtomContentConstruct(string,string);
Represents an AtomContentConstruct instance initialized with the given content and MediaType.
public AtomContentConstruct(string,string,MediaType);
Represents an AtomContentConstruct instance initialized with the given content, MediaType and Mode.
public AtomContentConstruct(string,string,MediaType,Mode);
Represents an AtomContentConstruct instance initialized with the given content and Mode.
public AtomContentConstruct(string,string,Mode);
AtomContentConstruct Class | Atom.Core Namespace