Represents an AtomLink instance. Initialize the HRef to Uri, Title to Empty, Rel to Rel and Type to MediaType.
Represents an AtomLink instance. Initialize the HRef to Uri, Title to Empty, Rel to Rel and Type to MediaType.
public AtomLink();
Represents an AtomLink instance initialized with the given Uri and title.
public AtomLink(Uri,Relationship,MediaType);
Represents an AtomLink instance initialized with the given Uri, title, Relationship and Type.
public AtomLink(Uri,Relationship,MediaType,string);
AtomLink Class | Atom.Core Namespace