Spring.Context.Support.MvcApplicationContext.MvcApplicationContext C# (CSharp) Method

MvcApplicationContext() public method

Create a new MvcApplicationContext, loading the definitions from the given XML resource.
public MvcApplicationContext ( ) : Spring.Core.IO
return Spring.Core.IO
        public MvcApplicationContext(params string[] configurationLocations)
            : this(new MvcApplicationContextArgs(string.Empty, null, configurationLocations, null, false))
        {
        }

Same methods

MvcApplicationContext::MvcApplicationContext ( MvcApplicationContextArgs args ) : Spring.Core.IO
MvcApplicationContext::MvcApplicationContext ( string name, bool caseSensitive ) : Spring.Core.IO
MvcApplicationContext::MvcApplicationContext ( string name, bool caseSensitive, IApplicationContext parentContext ) : Spring.Core.IO
MvcApplicationContext::MvcApplicationContext ( string name, bool caseSensitive, string configurationLocations, IResource configurationResources ) : Spring.Core.IO
MvcApplicationContext