ConsumesAttribute Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
ConsumesAttribute(String, String[]) |
Membuat instans baru .ConsumesAttribute |
ConsumesAttribute(Type, String, String[]) |
Membuat instans baru .ConsumesAttribute |
ConsumesAttribute(String, String[])
- Sumber:
- ConsumesAttribute.cs
- Sumber:
- ConsumesAttribute.cs
- Sumber:
- ConsumesAttribute.cs
Membuat instans baru .ConsumesAttribute
public:
ConsumesAttribute(System::String ^ contentType, ... cli::array <System::String ^> ^ otherContentTypes);
public ConsumesAttribute (string contentType, params string[] otherContentTypes);
new Microsoft.AspNetCore.Mvc.ConsumesAttribute : string * string[] -> Microsoft.AspNetCore.Mvc.ConsumesAttribute
Public Sub New (contentType As String, ParamArray otherContentTypes As String())
Parameter
- contentType
- String
- otherContentTypes
- String[]
Berlaku untuk
ConsumesAttribute(Type, String, String[])
- Sumber:
- ConsumesAttribute.cs
Membuat instans baru .ConsumesAttribute
public ConsumesAttribute (Type requestType, string contentType, params string[] otherContentTypes);
new Microsoft.AspNetCore.Mvc.ConsumesAttribute : Type * string * string[] -> Microsoft.AspNetCore.Mvc.ConsumesAttribute
Public Sub New (requestType As Type, contentType As String, ParamArray otherContentTypes As String())
Parameter
- requestType
- Type
- contentType
- String
- otherContentTypes
- String[]