IControllerFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the methods that are required for a controller factory.
public interface IControllerFactory
type IControllerFactory = interface
Public Interface IControllerFactory
- Derived
Methods
CreateController(RequestContext, String) |
Creates the specified controller by using the specified request context. |
GetControllerSessionBehavior(RequestContext, String) |
Gets the controller's session behavior. |
ReleaseController(IController) |
Releases the specified controller. |