Property Target
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Core.dll
Target
Gets the target of the processing instruction.
string Target { get; }
Property Value
- string
The target of the processing instruction.
Remarks
The target of this processing instruction. XML defines this as being the first token following the markup that begins the processing instruction.