DocumentCreateEntityReference Method |
Creates an EntityReference object. In addition, if the referenced entity is known, the child list of the EntityReference node is made the same as that of the corresponding Entity node.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.4
Syntaxpublic EntityReference CreateEntityReference(
string name
)
Public Function CreateEntityReference (
name As String
) As EntityReference
public:
EntityReference^ CreateEntityReference(
String^ name
)
member CreateEntityReference :
name : string -> EntityReference
Parameters
- name
- Type: SystemString
The entity name.
Return Value
Type:
EntityReferenceThe
EntityReference.
See Also