Partager via


InputTagHelper.FormName Propriété

Définition

Nom du formulaire associé

[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

Valeur de propriété

Attributs

Remarques

Utilisé pour associer une balise de case à cocher masquée au formulaire respectant quand CheckBoxHiddenInputRenderMode n’est pas None.

S’applique à