MvcHtmlString.IsNullOrEmpty(MvcHtmlString) Method

Definition

Determines whether the specified string contains content or is either null or empty.

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

Parameters

value
MvcHtmlString

The string.

Returns

true if the string is null or empty; otherwise, false.

Applies to