InputTagHelper.FormName Property

Definition

The name of the associated form

[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("form")]
public string FormName { get; set; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("form")>]
member this.FormName : string with get, set
Public Property FormName As String

Property Value

Attributes

Remarks

Used to associate a hidden checkbox tag to the respecting form when CheckBoxHiddenInputRenderMode is not None.

Applies to