C# 클래스 Hobsons.WebApiHelpers.Interfaces.BaseClasses.SelfLink

The self link.
상속: Link
파일 보기 프로젝트 열기: HobsonsEMSTechnology/WebApiHelpers

공개 메소드들

메소드 설명
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. ///