ApiExplorer::DocumentationProvider Property
Gets or sets the documentation provider. The provider will be responsible for documenting the API.
Assembly: System.Web.Http (in System.Web.Http.dll)
public: property IDocumentationProvider^ DocumentationProvider { [CompilerGeneratedAttribute] IDocumentationProvider^ get(); [CompilerGeneratedAttribute] void set(IDocumentationProvider^ value); }
Property Value
Type: System.Web.Http.Description::IDocumentationProvider^The documentation provider.
Show: