ControllerBuilder Class

Definition

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.

Applies to