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: src/Mvc/Mvc.TagHelpers/src/InputTagHelper.cs
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,15 @@ public InputTagHelper(IHtmlGenerator generator)
116
116
[HtmlAttributeName("type")]
117
117
publicstringInputTypeName{get;set;}
118
118
119
+
/// <summary>
120
+
/// The name of the associated form
121
+
/// </summary>
122
+
/// <remarks>
123
+
/// Used to associate a hidden checkbox tag to the respecting form when <see cref="CheckBoxHiddenInputRenderMode"/> is not <see cref="CheckBoxHiddenInputRenderMode.None"/>.
0 commit comments