Skip to content

Commit 1a0624a

Browse files
committed
Update with correct links
1 parent 545f608 commit 1a0624a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ defined on the:
1313
Validations can be defined using attributes in the `System.ComponentModel.DataAnnotations` namespace.
1414
Developers can customize the behavior of the validation system by:
1515

16-
* Creating custom [ValidationAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.validationattribute?view=net-9.0) implementations.
17-
* Implementing the [IValidatableObject](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.ivalidatableobject?view=net-9.0) interface for complex validation logic.
16+
* Creating custom [ValidationAttribute](xref:System.ComponentModel.DataAnnotations.ValidationAttribute) 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)