System.Web.Http.Data.Metadata Namespace
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Contains classes specific to the DataController metadata pipeline.
| Class | Description | |
|---|---|---|
|
MetadataProvider | Used to provide the metadata description for types exposed by a DataController. Metadata providers are part of the DataController metadata pipeline and through chaining support metadata extensibility. |
|
MetadataProviderAttribute | Specifies the MetadataProvider for the type when applied to DataController. |