Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Add support for [Consumes] to ApiDescription #3818

Closed
@rynowak

Description

@rynowak

I'm thinking something like this

public IList<ApiRequestFormat> SupportedRequestFormats { get; set; }
public class ApiRequestFormat
{
    public MediaTypeHeaderValue ContentType { get; set; }

    public IInputFormatter Formatter { get; set; }
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions