BootstrapComponents.Core.HtmlAttribute.IsEmpty C# (CSharp) Méthode

IsEmpty() public méthode

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