We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd0ee8 commit ab2d7a2Copy full SHA for ab2d7a2
docs/en/framework/architecture/modularity/extending/module-entity-extensions.md
@@ -155,7 +155,7 @@ property =>
155
156
`DataTypeAttribute` is used to specify the type of the property. It is used to determine how to render the property on the user interface:
157
158
-````csharp
+```csharp
159
property =>
160
{
161
property.Attributes.Add(new DataTypeAttribute(DataType.Date));
0 commit comments