C# Class Hobsons.WebApiHelpers.Interfaces.BaseClasses.Link

The hypermedia link.
Mostra file Open project: HobsonsEMSTechnology/WebApiHelpers Class Usage Examples

Public Methods

Method Description
Link ( string rel, string href, string title = null ) : Hobsons.CommonLibraries.Guardian

Initialises a new instance of the Link class.

ToString ( ) : string

Overrides the to string.

Method Details

Link() public method

Initialises a new instance of the Link class.
public Link ( string rel, string href, string title = null ) : Hobsons.CommonLibraries.Guardian
rel string /// The relationship between current document and linked document. ///
href string /// The URL of the destination of the link. ///
title string /// The title attribute. ///
return Hobsons.CommonLibraries.Guardian

ToString() public method

Overrides the to string.
public ToString ( ) : string
return string