ProcessingInstructionTarget Property |
The target of this processing instruction.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string Target { get; }
Public ReadOnly Property Target As String
Get
public:
property String^ Target {
String^ get ();
}
member Target : string with get
Property Value
Type:
String
The target.
See Also