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

The self link.
Inheritance: Link
Mostra file Open project: HobsonsEMSTechnology/WebApiHelpers

Public Methods

Method Description
SelfLink ( string href, string title = null )

Initialises a new instance of the SelfLink class.

Method Details

SelfLink() public method

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. ///