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

The self link.
Inheritance: Link
Afficher le fichier Open project: HobsonsEMSTechnology/WebApiHelpers

Méthodes publiques

Méthode Description
SelfLink ( string href, string title = null )

Initialises a new instance of the SelfLink class.

Method Details

SelfLink() public méthode

Initialises a new instance of the SelfLink class.
public SelfLink ( string href, string title = null )
href string /// The URL of the destination of the link. ///
title string /// The title attribute. ///