HTMLHelper GetLink Method Kentico 8.0 API Reference
Returns the HTML link element that links to a related document.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

url
Type: OnlineSystem String
URL pointing to external document
type
Type: OnlineSystem String
(Optional) Specifies the MIME type of the linked document
rel
Type: OnlineSystem String
(Optional) Relationship between the current document and the linked document
media
Type: OnlineSystem String
(Optional) What device the linked document will be displayed on
title
Type: OnlineSystem String
(Optional) Specifies extra information about an element

Return Value

Type: OnlineString
HTML link to the related document
See Also