From ab2d7a2cce4890c4f4dc414a1413ff335061361d Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Thu, 24 Apr 2025 06:14:35 +0000 Subject: [PATCH] Update module-entity-extensions.md --- .../modularity/extending/module-entity-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/framework/architecture/modularity/extending/module-entity-extensions.md b/docs/en/framework/architecture/modularity/extending/module-entity-extensions.md index 83c3ea5956..ac041895d7 100644 --- a/docs/en/framework/architecture/modularity/extending/module-entity-extensions.md +++ b/docs/en/framework/architecture/modularity/extending/module-entity-extensions.md @@ -155,7 +155,7 @@ property => `DataTypeAttribute` is used to specify the type of the property. It is used to determine how to render the property on the user interface: -````csharp +```csharp property => { property.Attributes.Add(new DataTypeAttribute(DataType.Date));