Atom.NET documentation

AtomLink Constructor (Uri, Relationship, MediaType)

Represents an AtomLink instance initialized with the given Uri and title.

[Visual Basic]
Overloads Public Sub New( _
   ByVal href As Uri, _
   ByVal rel As Relationship, _
   ByVal type As MediaType _
)
[C#]
public AtomLink(
   Uri href,
   Relationship rel,
   MediaType type
);

Parameters

href
The Uri of the link.
rel
The Relationship of the link.
type
The Type of the link.

See Also

AtomLink Class | Atom.Core Namespace | AtomLink Constructor Overload List