Spring.Web.Mvc5 Application Context for ASP.NET MVC Applications Create a new MvcApplicationContext, loading the definitions from the given XML resource. The application context name. Flag specifying whether to make this context case sensitive or not. Names of configuration resources. Create a new MvcApplicationContext with the given parent, loading the definitions from the given XML resources. The application context name. Flag specifying whether to make this context case sensitive or not. The parent context. Names of configuration resources. Initializes a new instance of the class. The args. Create a new MvcApplicationContext, loading the definitions from the given XML resource. The application context name. Flag specifying whether to make this context case sensitive or not. Names of configuration resources. Configuration resources. Create a new MvcApplicationContext, loading the definitions from the given XML resource. Names of configuration resources. An array of resource locations, referring to the XML object definition files that this context is to be built with.

Examples of the format of the various strings that would be returned by accessing this property can be found in the overview documentation of with the class.

An array of resource locations, or if none.
An array of resources that this context is to be built with.

Examples of the format of the various strings that would be returned by accessing this property can be found in the overview documentation of with the class.

An array of s, or if none.
Encapsulates arguments to the class. Initializes a new instance of the MvcApplicationContextArgs class. Initializes a new instance of the MvcApplicationContextArgs class. The name. The parent context. The configuration locations. The configuration resources. Initializes a new instance of the MvcApplicationContextArgs class. The name. The parent context. The configuration locations. The configuration resources. if set to true [case sensitive]. Context Handler for ASP.NET MVC Applications Spring-based implementation of the interface for ASP.NET MVC. The to be used by the resolver Initializes a new instance of the class. The to be used by the resolver Resolves singly registered services that support arbitrary object creation. The type of the requested service or object. The requested service or object. Resolves multiply registered services. The type of the requested services. The requested services. Gets the application context. The application context. Gets or sets the name of the application context. Defaults to using the root (default) Application Context. The name of the application context. Spring.NET-specific HttpApplication for ASP.NET MVC integration. Executes custom initialization code after all event handler modules have been added. Handles the BeginRequest event of the Application control. The source of the event. The instance containing the event data. Builds the dependency resolver. The instance. You must override this method in a derived class to control the manner in which the is created. Builds the dependency resolver. The instance. You must override this method in a derived class to control the manner in which the is created. Configures the instance. You must override this method in a derived class to control the manner in which the is configured. Registers the DependencyResolver implementation with the MVC runtime. You must override this method in a derived class to control the manner in which the is registered. Registers the DependencyResolver implementation with the MVC runtime. You must override this method in a derived class to control the manner in which the is registered. Thread-safe class that ensures that the is registered only once. Registers the specified . The resolver. Registers the specified . The resolver. Spring-based implementation of the interface for ASP.NET MVC Web API. Initializes a new instance of the class. The to be used by the resolver Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. The initialized instance. Adds the child configuration resource. The resource. Adds the child configuration location. The location. Gets or sets the child configuration locations. The child configuration locations. Gets or sets the child configuration resources. The child configuration resources.