asp.net mvc - Purpose of namespace section in web.config in the root folder -
so understand namespaces defined in ~/views/web.config
add namespaces views. why there namespace section in ~/web.config
in root folder`?
every view inherit namespaces in ~/web.config
. potentially build different namespace hierarchies using different levels of config files.
Comments
Post a Comment