Microsoft.Html.Core.Tree.Nodes.TagNode.HasPrefix C# (CSharp) Méthode

HasPrefix() public méthode

public HasPrefix ( ) : bool
Résultat bool
        public override bool HasPrefix() { return Prefix != null && Prefix.Length > 0; }