Spring.Context.Support.MvcApplicationContext.MvcApplicationContext C# (CSharp) 메소드

MvcApplicationContext() 공개 메소드

Create a new MvcApplicationContext, loading the definitions from the given XML resource.
public MvcApplicationContext ( ) : Spring.Core.IO
리턴 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