BootstrapComponents.Core.HtmlAttribute.IsEmpty C# (CSharp) Method

IsEmpty() public method

public IsEmpty ( ) : bool
return bool
        public bool IsEmpty()
        {
            return string.IsNullOrEmpty(_value);
        }