Navigation :
XmlNamespace
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel.Runtime.Serialization.Xml |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Portable Class Libraries, Xamarin - Android, Xamarin - iOS |
public class XmlNamespace
Contains information about an xml namespace.
Constructors
XmlNamespace(string prefix, string uri)
Initializes a new instance of the XmlNamespace class.
Parameters
Name |
Description |
prefix |
The prefix. |
uri |
The URI. |
Exceptions
Name |
Description |
ArgumentNullException |
The prefix isnull or whitespace. |
Properties
Prefix
Gets the prefix.
Uri
Gets the URI.
Methods
ToString()
Returns a that represents this instance.
Returns
A that represents this instance.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion