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.