HttpControllerSettings Class

 

Contains settings for an HTTP controller.

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

System::Object
  System.Web.Http.Controllers::HttpControllerSettings

public ref class HttpControllerSettings sealed 

NameDescription
System_CAPS_pubmethodHttpControllerSettings(HttpConfiguration^)

Initializes a new instance of the HttpControllerSettings class.

NameDescription
System_CAPS_pubpropertyFormatters

Gets the collection of MediaTypeFormatter instances for the controller.

System_CAPS_pubpropertyParameterBindingRules

Gets the collection of parameter bindingfunctions for for the controller.

System_CAPS_pubpropertyServices

Gets the collection of service instances for the controller.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: