AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.1.1-beta.387" />

.NET API 955,904 bytes

 IProcessingInstruction

using AngleSharp.Attributes; using System.Runtime.CompilerServices; namespace AngleSharp.Dom { [DomName("ProcessingInstruction")] public interface IProcessingInstruction : ICharacterData, INode, IEventTarget, IMarkupFormattable, IChildNode, INonDocumentTypeChildNode { [System.Runtime.CompilerServices.Nullable(1)] [DomName("target")] string Target { [System.Runtime.CompilerServices.NullableContext(1)] get; } } }