MvcHtmlString.IsNullOrEmpty(MvcHtmlString) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.