CardViewBuilder<T>.OnCardClick Method
| Name | Parameters | Description |
|---|---|---|
| OnCardClick(RazorBlock) | jsFunc | A function that is executed when a card is clicked or tapped. Mirrors the client-side onCardClick option. |
| OnCardClick(String) | jsFunc | A function that is executed when a card is clicked or tapped. Mirrors the client-side onCardClick option. |