HttpConfiguration::Initializer Property
Gets or sets the action that will perform final initialization of the HttpConfiguration instance before it is used to process requests.
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.
Show: