Stretched link

Make a containing block clickable through the BCL link helper.

BCL mapping

Use stretched-link="true" on <bs-link> and keep the nearest positioned ancestor on the card or wrapper.

Linked panel

The link fills the positioned parent.

Read more
aspnet

<bs-div position="Relative">
    <bs-link href="#" stretched-link="true">Read more</bs-link>
</bs-div>