Metadata.GetNamespaceUriByPrefix

Metadata.GetNamespaceUriByPrefix method

Returns namespace URI by prefix.

public string GetNamespaceUriByPrefix(string prefix)
ParameterTypeDescription
prefixStringThe value of prefix.

Return Value

The value of namespace URI.

See Also