FormExtensions.EndForm(HtmlHelper) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Restitue la balise /form> fermante <à la réponse.
public static void EndForm (this System.Web.Mvc.HtmlHelper htmlHelper);
static member EndForm : System.Web.Mvc.HtmlHelper -> unit
<Extension()>
Public Sub EndForm (htmlHelper As HtmlHelper)
Paramètres
- htmlHelper
- HtmlHelper
Instance du programme d'assistance HTML qui est étendue par cette méthode.