Node.LookupPrefix

Node.LookupPrefix method

Look up the prefix associated to the given namespace URI, starting from this node. The default namespace declarations are ignored by this method. See Namespace Prefix Lookup for details on the algorithm used by this method.

public string LookupPrefix(string namespaceURI)
ParameterTypeDescription
namespaceURIStringThe namespace URI.

Return Value

Returns prefix

See Also