Returns the HTML link element that links to a related document.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- url
- Type: System String
URL pointing to external document
- type
- Type: System String
(Optional) Specifies the MIME type of the linked document
- rel
- Type: System String
(Optional) Relationship between the current document and the linked document
- media
- Type: System String
(Optional) What device the linked document will be displayed on
- title
- Type: System String
(Optional) Specifies extra information about an element
Return Value
Type: StringHTML link to the related document
See Also