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
Copy file name to clipboardExpand all lines: components/button/type.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ You can control the `type` attribute through the `ButtonType` property of the co
27
27
28
28
## Form Parameter
29
29
30
-
The Blazor Button has another parameter related to form submission - `Form`. It allows you to associate a form with a submit button, which is outside the form. Use together with the [`Id` parameter of the Form]({%slug form-overview%}#features) and set both parameters to the same `string` value.
30
+
The Blazor Button has another parameter related to form submission - `Form`. It allows you to associate a form with a submit button, which is outside the form. Use together with the [`Id` parameter of the Form]({%slug form-overview%}#form-parameters) and set both parameters to the same `string` value.
0 commit comments