Skip to content

Commit 3ff5435

Browse files
committed
Format link for attribute
1 parent 1a0624a commit 3ff5435

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aspnetcore/release-notes/aspnetcore-10/includes/ValidationSupportMinAPI.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ defined on the:
1010
* Header
1111
* Request body
1212

13-
Validations can be defined using attributes in the `System.ComponentModel.DataAnnotations` namespace.
13+
Validations can be defined using attributes in the `System.ComponentModel.DataAnnotations` [DataAnnotations](xref:System.ComponentModel.DataAnnotations) namespace.
1414
Developers can customize the behavior of the validation system by:
1515

16-
* Creating custom [ValidationAttribute](xref:System.ComponentModel.DataAnnotations.ValidationAttribute) implementations.
17-
* Implementing the [IValidatableObject](xref:System.ComponentModel.DataAnnotations.IValidatableObject) interface for complex validation logic.
16+
* Creating custom [`[Validation]`](xref:System.ComponentModel.DataAnnotations.ValidationAttribute) attribute implementations.
17+
* Implementing the [`IValidatableObject`](xref:System.ComponentModel.DataAnnotations.IValidatableObject) interface for complex validation logic.
1818

1919
When validation fails, the runtime will return a 400 Bad Request response with
2020
details of the validation errors.

0 commit comments

Comments
 (0)