Node.LookupNamespaceURI

Node.LookupNamespaceURI method

Look up the namespace URI associated to the given prefix, starting from this node.

public string LookupNamespaceURI(string prefix)
ParameterTypeDescription
prefixStringThe prefix.

Return Value

Returns namespace URI

See Also