Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 512 Bytes

href.md

File metadata and controls

29 lines (20 loc) · 512 Bytes

HAPEL Method Parameters


$href

(string), (optional), default: null

Adds the href attribute to an HTML tag.

Value Use
null prevents the attribute from being added to the tag
string adds the value of 'string' as the attribute

Examples:

$href = 'mylink.html';
<tag href="mylink.html" {...}

###Methods Using This Parameter