From 64cbb1c1fcf376fa3eb65791c2375f201d171f19 Mon Sep 17 00:00:00 2001 From: David Britch Date: Mon, 13 Jan 2025 14:09:39 +0000 Subject: [PATCH] Add sample link. --- docs/user-interface/controls/contentview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-interface/controls/contentview.md b/docs/user-interface/controls/contentview.md index 7dc6baf5e..56bce1e90 100644 --- a/docs/user-interface/controls/contentview.md +++ b/docs/user-interface/controls/contentview.md @@ -6,6 +6,8 @@ ms.date: 08/30/2024 # ContentView +[![Browse sample.](~/media/code-sample.png) Browse the sample](/samples/dotnet/maui-samples/userinterface-contentview) + The .NET Multi-platform App UI (.NET MAUI) is a control that enables the creation of custom, reusable controls. The class defines a `Content` property, of type , which represents the content of the . This property is backed by a object, which means that it can be the target of data bindings, and styled.