Metadata.RegisterNamespaceUri

RegisterNamespaceUri(string, string)

Registers namespace URI.

public void RegisterNamespaceUri(string prefix, string namespaceUri)
ParameterTypeDescription
prefixStringThe value of prefix.
namespaceUriStringThe value of namespace URI.

See Also


RegisterNamespaceUri(string, string, string)

Registers namespace URI.

public void RegisterNamespaceUri(string prefix, string namespaceUri, string schemaDescription)
ParameterTypeDescription
prefixStringThe value of prefix.
namespaceUriStringThe value of namespace URI.
schemaDescriptionStringThe value of schema description.

See Also