Atom.NET documentation

AtomLink Constructor (Uri, Relationship, MediaType, String)

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

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

Parameters

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

See Also

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