The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: