Table of Contents

Constructor XmlNamespacePrefixAttribute

Namespace
Bonsai
Assembly
Bonsai.Core.dll

XmlNamespacePrefixAttribute(string, string)

Initializes a new instance of the XmlNamespacePrefixAttribute class with the specified namespace and prefix.

public XmlNamespacePrefixAttribute(string xmlNamespace, string prefix)

Parameters

xmlNamespace string

The XML namespace identifier.

prefix string

The recommended prefix for the namespace.