From 042fa91baba37c36e77e1e85d83ed17da9d6ac20 Mon Sep 17 00:00:00 2001 From: David Britch Date: Wed, 8 May 2024 10:10:24 +0100 Subject: [PATCH] Remove metadata --- Upgrading/CustomRenderer/MultiProject/Entry/README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Upgrading/CustomRenderer/MultiProject/Entry/README.md b/Upgrading/CustomRenderer/MultiProject/Entry/README.md index e7548af9b..d7306578b 100755 --- a/Upgrading/CustomRenderer/MultiProject/Entry/README.md +++ b/Upgrading/CustomRenderer/MultiProject/Entry/README.md @@ -1,13 +1,3 @@ ---- -name: Xamarin.Forms - Entry Custom Renderer -description: "Demonstrates a custom renderer for the Entry control, enabling developers to override the default native rendering #customrenderer" -page_type: sample -languages: -- csharp -products: -- xamarin -urlFragment: customrenderers-entry ---- # Entry Custom Renderer This sample demonstrates a custom renderer for the `Entry` control, enabling developers to override the default native rendering with their own platform-specific customization.