
This class is used to hold all of the configuration settings for the Web Store. These settings are persisted in web.config. All the core functionality for this class is provided through the wwAppConfiguration class.
In ASP.Net page code you can simply use:
string Company = App.Configuration.CompanyName;
or in ASP.Net pages with a full Namespace reference:
<%= Westwind.WebStore.App.Configuration.StoreName %>
Namespace: Westwind.WebStore
Inherits: wwAppConfiguration
Class Members
See also:
Class wwAppConfiguration© West Wind Technologies, 1996-2018 • Updated: 12/28/03
Comment or report problem with topic