Atom.NET documentation

AtomLink Constructor

Represents an AtomLink instance. Initialize the HRef to Uri, Title to Empty, Rel to Rel and Type to MediaType.

Overload List

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);

See Also

AtomLink Class | Atom.Core Namespace