Microsoft.Html.Core.Tree.Nodes.TagNode.HasPrefix C# (CSharp) Method

HasPrefix() public method

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