ControllerBuilder Class
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.
Represents a class that is responsible for dynamically building a controller.
public class ControllerBuilder
type ControllerBuilder = class
Public Class ControllerBuilder
- Inheritance
-
ControllerBuilder
Constructors
ControllerBuilder() |
Initializes a new instance of the ControllerBuilder class. |
Properties
Current |
Gets the current controller builder object. |
DefaultNamespaces |
Gets the default namespaces. |
Methods
GetControllerFactory() |
Gets the associated controller factory. |
SetControllerFactory(IControllerFactory) |
Sets the specified controller factory. |
SetControllerFactory(Type) |
Sets the controller factory by using the specified type. |