J
Jason Richmeier
This may have been addressed in another post but I was unable to find what I
was looking for.
I am trying to create a custom configuration section that is element-centric
instead of attribute-centric (mostly out of preference).
For example...
<Date>
<Year>2008</Year>
<Month>09</Month>
<Day>11</Day>
</Date>
....instead of...
<Date Year="2008" Month="09" Day="11" />
If I am reading the documentation correctly, it sounds like this can be done
using the .NET 2.0 configuration API. However, either all of the examples
using the .NET 2.0 configuration API that I have found use an
attribute-centric approach or the examples use the older (pre .NET 2.0
configuration API) to create the custom configuration section.
Any ideas?
Thank you,
Jason
was looking for.
I am trying to create a custom configuration section that is element-centric
instead of attribute-centric (mostly out of preference).
For example...
<Date>
<Year>2008</Year>
<Month>09</Month>
<Day>11</Day>
</Date>
....instead of...
<Date Year="2008" Month="09" Day="11" />
If I am reading the documentation correctly, it sounds like this can be done
using the .NET 2.0 configuration API. However, either all of the examples
using the .NET 2.0 configuration API that I have found use an
attribute-centric approach or the examples use the older (pre .NET 2.0
configuration API) to create the custom configuration section.
Any ideas?
Thank you,
Jason