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
/// Executes custom logic before the validation process. Allows intercepting and altering the validation context
18
-
/// prior to the execution of the validation rules.
17
+
/// Executes custom logic before the validation process. Allows intercepting and altering the validation context prior to the execution of the validation rules.
19
18
/// </summary>
20
19
/// <param name="endpointFilterInvocationContext">The context of the currently executing endpoint filter, providing access to details about the HTTP request and endpoint.</param>
21
20
/// <param name="validationContext">The validation context containing information about the object being validated.</param>
22
21
/// <param name="cancellationToken">A token to monitor for cancellation requests.</param>
23
22
/// <returns>
24
-
/// A transformed or new <see cref="IValidationContext"/> instance to be used in the validation process,
25
-
/// or null if no changes need to be applied.
23
+
/// A transformed or new <see cref="IValidationContext"/> instance to be used in the validation process, or null if no changes need to be applied.
/// Executes custom logic after the validation process. Allows intercepting and altering the validation result
31
-
/// or performing additional operations after the validation has been completed.
28
+
/// Executes custom logic after the validation process. Allows intercepting and altering the validation result or performing additional operations after the validation has been completed.
32
29
/// </summary>
33
30
/// <param name="endpointFilterInvocationContext">The context of the currently executing endpoint filter, providing access to details about the HTTP request and endpoint.</param>
34
31
/// <param name="validationContext">The validation context containing information about the object that was validated.</param>
/// Executes custom logic before the validation process. Allows intercepting and altering the validation context
18
-
/// prior to the execution of the validation rules.
17
+
/// Executes custom logic before the validation process. Allows intercepting and altering the validation context prior to the execution of the validation rules.
19
18
/// </summary>
20
19
/// <param name="actionExecutingContext">The context of the currently executing action, providing access to details about the HTTP request and action.</param>
21
20
/// <param name="validationContext">The validation context containing information about the object being validated.</param>
22
21
/// <param name="cancellationToken">A token to monitor for cancellation requests.</param>
23
22
/// <returns>
24
-
/// A transformed or new <see cref="IValidationContext"/> instance to be used in the validation process,
25
-
/// or null if no changes need to be applied.
23
+
/// A transformed or new <see cref="IValidationContext"/> instance to be used in the validation process, or null if no changes need to be applied.
/// Executes custom logic after the validation process. Allows intercepting and altering the validation result
31
-
/// or performing additional operations after the validation has been completed.
28
+
/// Executes custom logic after the validation process. Allows intercepting and altering the validation result or performing additional operations after the validation has been completed.
32
29
/// </summary>
33
30
/// <param name="actionExecutingContext">The context of the currently executing action, providing access to details about the HTTP request and action.</param>
34
31
/// <param name="validationContext">The validation context containing information about the object that was validated.</param>
0 commit comments