You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/release-notes/aspnetcore-10/includes/ValidationSupportMinAPI.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ defined on the:
10
10
* Header
11
11
* Request body
12
12
13
-
Validations can be defined using attributes in the `System.ComponentModel.DataAnnotations`[DataAnnotations](xref:System.ComponentModel.DataAnnotations) namespace.
13
+
Validations can be defined using attributes in the [`DataAnnotations`](xref:System.ComponentModel.DataAnnotations) namespace.
14
14
Developers can customize the behavior of the validation system by:
0 commit comments