XmlMappingPrefixMappings Property |
Gets or sets a value that specifies the set of prefix mappings that will be used to interpret the XPath expression.
Namespace:
GemBox.Document.CustomMarkups
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic string PrefixMappings { get; set; }
Public Property PrefixMappings As String
Get
Set
Property Value
Type:
String
The value that specifies the set of prefix mappings that will be used to interpret the XPath expression.
See Also