AddNamespace Method

Adds a namespace to the Namespaces properties.

Syntax

public void AddNamespace(string prefix, string namespaceURI);
Public Sub AddNamespace(ByVal Prefix As String, ByVal NamespaceURI As String)

Remarks

This method adds a namespace to the Namespaces collection. Prefix specifies the namespace prefix, and NamespaceURI specifies the namespace.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 .NET Edition - Version 20.0 [Build 8307]