Escape character for & in webconfig settings
& is the escape character for &
// Some code
<appSettings>
<add key="ConfigVal" value="Dev&11" />
</appSettings>
Last updated
Was this helpful?
& is the escape character for &
// Some code
<appSettings>
<add key="ConfigVal" value="Dev&11" />
</appSettings>
Last updated
Was this helpful?