c# - Make a static class in Visual studio -


i working on sitecore project, whereby want use global configuration variables enable me make changes in 1 file supposed everywhere in application if values happen change. have made static intermediary class, called plhelper. plhelper has access system configured variables. reason plhelper keeps returning null value, when know there exists value.

attempt access plhelper static class

the plhelper static class

the web.config file want access value

i think problem way made static class. appreciated thanks.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -