C# Class main.Entities.SwaggerConsumesAttribute

Inheritance: ConsumesAttribute
显示文件 Open project: systelab/seed-dotnet

Public Methods

Method Description
SwaggerConsumesAttribute ( string contentType ) : System

Initializes a new instance of the SwaggerConsumesAttribute class

Method Details

SwaggerConsumesAttribute() public method

Initializes a new instance of the SwaggerConsumesAttribute class
public SwaggerConsumesAttribute ( string contentType ) : System
contentType string Primary content type
return System