Skip to content

Commit

Permalink
docs: fix another broken anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Dec 19, 2023
1 parent 5a902d6 commit 007fffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modeling/model-components/attributes/execute.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ If true, the method's arguments will be cleared after a successful invocation on

<Prop def="public bool? ValidateAttributes { get; set; }" />

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.

0 comments on commit 007fffb

Please sign in to comment.