Document.CreateProcessingInstruction
Document.CreateProcessingInstruction method
Creates a ProcessingInstruction node given the specified name and data strings.
public ProcessingInstruction CreateProcessingInstruction(string target, string data)
Parameter | Type | Description |
---|---|---|
target | String | The target. |
data | String | The instruction data. |
Return Value
See Also
- class ProcessingInstruction
- class Document
- namespace Aspose.Html.Dom
- assembly Aspose.HTML