You need to use the attr
binding, this allows you to set any attribute you like.
For example:
<a data-bind="attr: { href: Link, title: Title }, text: Title">xxx</a>
You need to use the attr
binding, this allows you to set any attribute you like.
For example:
<a data-bind="attr: { href: Link, title: Title }, text: Title">xxx</a>