Skip to content

Commit

Permalink
Update ICardView.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlm authored Aug 5, 2024
1 parent 5dea5a9 commit d8eb195
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/ICardView.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,15 @@ public override async Task<AdaptiveChoice[]> OnSearchChoicesAsync(SearchInvoke s
}
```


## Concepts

* [Architecture](Architecture.md) - Describes overall structure of **Crazor** **application**
* [Card Apps](CardApp.md) - How to create a **CardApp** class to define state and operations against state.
* [Card Views](CardView.md) - General information about Card Views
* [Memory](Memory.md) - Information on persistence and memory
* [Validation](Validation.md) - Model validation
* [Routing](RoutingCards.md) - Information on customizing urls to support deep linking into cards
* [Authentication](authentication.md) - Authentication
* [Unit tests](UnitTests.md) - Writing unit tests for your cards.

![image](https://user-images.githubusercontent.com/17789481/197365048-6a74c3d5-85cd-4c04-a07a-eef2a46e0ddf.png)

0 comments on commit d8eb195

Please sign in to comment.