This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
MagicChunks.
Syntax
public static XProcessingInstruction CreateChildProcessingInstruction(this XElement source, string documentNamespace, string elementName, string attrName = null, string attrValue = null)
Parameters
Name |
Type |
Description |
source |
XElement |
|
documentNamespace |
string |
|
elementName |
string |
|
attrName |
string |
|
attrValue |
string |
|
Return Value
Type |
Description |
XProcessingInstruction |
|