I'm using a list of siteMapProviders in my web.config file.
To retrieve these values in code, I need to specify the names in strings.
Understandably, these is always a mismatch at runtime.
Is there a way to return a strongly typed enum vlaues of these?