Spring.Web.Mvc 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 The of created if no type attribute is specified on a context element. Get the context's case-sensitivity to use if none is specified

Derived handlers may override this property to change their default case-sensitivity.

Defaults to 'true'.

ActionInvoker implementation that enables the to satisfy dependencies on ActionFilter attributes. Initializes a new instance of the class. The IApplicationContext. Retrieves information about the action filters. The controller context. The action descriptor. Information about the action filters. Controller Factory for ASP.NET MVC Creates the specified controller by using the specified request context. The context of the HTTP request, which includes the HTTP context and route data. The name of the controller. A reference to the controller. The parameter is null. The parameter is null or empty. Retrieves the controller instance for the specified request context and controller type. The context of the HTTP request, which includes the HTTP context and route data. The type of the controller. The controller instance. is null. cannot be assigned. An instance of cannot be created. Adds the action invoker to the controller instance. The controller. 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. Handles the Start event of the Application control. The source of the event. The instance containing the event data. Configures the instance. You must override this method in a derived class to control the manner in which the is configured. Executes custom initialization code after all event handler modules have been added. Registers the areas. Override this method in a derived class to modify the registered areas as neeeded. Registers the routes. Override this method in a derived class to modify the registered routes as neeeded. Registers the controller factory with the Mvc Framework.