PathToUrlMapper.GetEnumerator Method

Namespace
Kampute.DocToolkit.Routing
Assembly
  • Kampute.DocToolkit.dll

Definition

Returns an enumerator that iterates through the collection of URL mappings.
public IEnumerator<KeyValuePair<string, Uri>> GetEnumerator()

Returns

IEnumerator<KeyValuePair<string, Uri>>
An enumerator that iterates through the path-to-URL mappings.