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

The hypermedia link.
파일 보기 프로젝트 열기: HobsonsEMSTechnology/WebApiHelpers 1 사용 예제들

공개 메소드들

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

메소드 상세

Link() 공개 메소드

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. ///
리턴 Hobsons.CommonLibraries.Guardian

ToString() 공개 메소드

Overrides the to string.
public ToString ( ) : string
리턴 string