Partager via


HtmlFormAdapter.ShouldRenderFormTag Méthode

Définition

Retourne une valeur indiquant s’il faut afficher une balise form. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.

protected:
 virtual bool ShouldRenderFormTag();
protected virtual bool ShouldRenderFormTag ();
abstract member ShouldRenderFormTag : unit -> bool
override this.ShouldRenderFormTag : unit -> bool
Protected Overridable Function ShouldRenderFormTag () As Boolean

Retours

true si une balise form doit être affichée ; sinon, false.

S’applique à

Voir aussi