HttpConfiguration::Initializer Property

 

Gets or sets the action that will perform final initialization of the HttpConfiguration instance before it is used to process requests.

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

public:
property Action<HttpConfiguration^>^ Initializer {
	Action<HttpConfiguration^>^ get();
	void set(Action<HttpConfiguration^>^ value);
}

Property Value

Type: System::Action<HttpConfiguration^>^

The action that will perform final initialization of the HttpConfiguration instance.

Return to top
Show: