We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Allow quick href attribute data binding.
<a data-bind="href: myDestinationUrl, text: myText"></a>
will result in
<a href="path/to/your/page.html">your text</a>
Url to set in href attribute.
There was an error while loading. Please reload this page.