Skip to content

Commit

Permalink
Merge pull request #18768 from unoplatform/mergify/bp/release/stable/…
Browse files Browse the repository at this point in the history
…5.5/pr-18766

docs: proper class name (backport #18766)
  • Loading branch information
jeromelaban authored Nov 11, 2024
2 parents bbd96ea + 75163d0 commit 6750743
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Also, for more information on all the template options, see [Using the Uno Platf

## Data Binding

Now that we have the **`MainViewModel`** class, we can update the **`MainPage`** to use data binding to connect the UI to the application logic.
Now that we have the **`MainModel`** class, we can update the **`MainPage`** to use data binding to connect the UI to the application logic.

- Add a **`DataContext`** element to the **`Page`** element in the **MainPage.xaml** file.

Expand Down

0 comments on commit 6750743

Please sign in to comment.