MvcHtmlString.IsNullOrEmpty(MvcHtmlString) Méthode

Définition

Détermine si la chaîne spécifiée contient du contenu ou est null ou vide.

public static bool IsNullOrEmpty (System.Web.Mvc.MvcHtmlString value);
static member IsNullOrEmpty : System.Web.Mvc.MvcHtmlString -> bool
Public Shared Function IsNullOrEmpty (value As MvcHtmlString) As Boolean

Paramètres

value
MvcHtmlString

Chaîne.

Retours

true si la chaîne est null ou vide ; sinon, false.

S’applique à