MvcHtmlString::IsNullOrEmpty Method (MvcHtmlString^)

 

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

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public:
static bool IsNullOrEmpty(
	MvcHtmlString^ value
)

Parameters

value
Type: System.Web.Mvc::MvcHtmlString^

The string.

Return Value

Type: System::Boolean

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

Return to top
Show: