Avatar of mk_mur
mk_mur
Flag for India asked on

Is it possible to add one more custome attribute in the <add> element of <appSettings> section

Hi
I need to add one more custom attribute("Description")  in the <add> element of <appSettings> section. By default it supports "Key" and "Value" attribute in the <add> element, We need to add one more attribute ("Description") in this element.
 
For Example
By Default it is like
<appSettings>
<add key="name" value="value"/>
</appSettings>

I need to modify like this

<appSettings>
<add key="name" value="value" Description="Some descrption"/>
</appSettings>

Please help me how to Incorporate the above thing or suggest me to do the above thing with alternate method.

Thanks & Regards
mk_mur





.NET Programming

Avatar of undefined
Last Comment
eridanix

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
eridanix

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck