IControllerConfiguration Interface

 

If a controller is decorated with an attribute with this interface, then it gets invoked to initialize the controller settings.

Namespace:   System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

public interface class IControllerConfiguration

NameDescription
System_CAPS_pubmethodInitialize(HttpControllerSettings^, HttpControllerDescriptor^)

Callback invoked to set per-controller overrides for this controllerDescriptor.

Return to top
Show: