public static bool IsNullOrEmpty(MvcHtmlString value) { return (value == null || value._value.Length == 0); }