Share via


HttpControllerSettings Class

 

Contains settings for an HTTP controller.

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

Inheritance Hierarchy

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

Syntax

public sealed class HttpControllerSettings
public ref class HttpControllerSettings sealed 
[<Sealed>]
type HttpControllerSettings = class end
Public NotInheritable Class HttpControllerSettings

Constructors

Name Description
System_CAPS_pubmethod HttpControllerSettings(HttpConfiguration)

Initializes a new instance of the HttpControllerSettings class.

Properties

Name Description
System_CAPS_pubproperty Formatters

Gets the collection of MediaTypeFormatter instances for the controller.

System_CAPS_pubproperty ParameterBindingRules

Gets the collection of parameter bindingfunctions for for the controller.

System_CAPS_pubproperty Services

Gets the collection of service instances for the controller.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

System.Web.Http.Controllers Namespace

Return to top