Share via


DelegatingXmlDictionaryReader.LookupNamespace(String) Method

Definition

Resolves the InnerReader's namespace prefix in the current element scope.

public override string LookupNamespace (string prefix);
override this.LookupNamespace : string -> string
Public Overrides Function LookupNamespace (prefix As String) As String

Parameters

prefix
String

Prefix whose namespace Uri to be resolved.

Returns

The namespace Uri to which the prefix matches or null if no matching prefix is found.

Applies to