Skip to content
Maxime LUCE edited this page Feb 25, 2014 · 1 revision

Allow quick href attribute data binding.

Samples

<a data-bind="href: myDestinationUrl, text: myText"></a>

will result in

<a href="path/to/your/page.html">your text</a>

Options

value
  • type: string
  • required

Url to set in href attribute.

Clone this wiki locally