class
Components::Elements::Link
- Components::Elements::Link
- Components::Elements::VoidElement
- Components::Elements::HTMLElement
- Reference
- Object
Overview
Represents the element - specifies relationships between current document and external resource
Included Modules
Defined in:
components/elements/document/link.crConstructors
Class Method Summary
- .apple_touch_icon(href : String, sizes : String | Nil = nil)
- .favicon(href : String)
- .icon(href : String, type : String = "image/x-icon")
- .manifest(href : String)
- .preconnect(href : String)
- .prefetch(href : String)
- .preload(href : String, as_type : String)
-
.stylesheet(href : String)
Convenience constructors for common link types