diff --git a/docs/modeling/model-components/attributes/execute.md b/docs/modeling/model-components/attributes/execute.md index 55884c30d..e6d84e902 100644 --- a/docs/modeling/model-components/attributes/execute.md +++ b/docs/modeling/model-components/attributes/execute.md @@ -44,6 +44,6 @@ If true, the method's arguments will be cleared after a successful invocation on -If non-null, overrides the value of [`CoalesceOptions.ValidateAttributesForMethods`](/topics/security.md#validateattributesformethods) when determining whether to perform automatic server-side validation of the method's parameters. +If non-null, overrides the value of [`CoalesceOptions.ValidateAttributesForMethods`](/topics/security.md#attribute-validation) when determining whether to perform automatic server-side validation of the method's parameters. If validation is performed, the method's parameters will be validated by the server and the method invocation prevented if errors are found.