C# Класс Hobsons.WebApiHelpers.Interfaces.BaseClasses.SelfLink

The self link.
Наследование: Link
Показать файл Открыть проект

Открытые методы

Метод Описание
SelfLink ( string href, string title = null )

Initialises a new instance of the SelfLink class.

Описание методов

SelfLink() публичный Метод

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