Access strongly typed siteMapProviders

Posted by ForeverDebugging on Stack Overflow See other posts from Stack Overflow or by ForeverDebugging
Published on 2010-05-05T05:14:00Z Indexed on 2010/05/05 5:18 UTC
Read the original article Hit count: 159

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about sitemaps