ProducesAttribute Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
ProducesAttribute(Type) |
bir örneğini ProducesAttributebaşlatır. |
ProducesAttribute(String, String[]) |
İzin verilen içerik türleriyle bir örneğini ProducesAttribute başlatır. |
ProducesAttribute(Type)
- Kaynak:
- ProducesAttribute.cs
- Kaynak:
- ProducesAttribute.cs
- Kaynak:
- ProducesAttribute.cs
bir örneğini ProducesAttributebaşlatır.
public:
ProducesAttribute(Type ^ type);
public ProducesAttribute (Type type);
new Microsoft.AspNetCore.Mvc.ProducesAttribute : Type -> Microsoft.AspNetCore.Mvc.ProducesAttribute
Public Sub New (type As Type)
Parametreler
Şunlara uygulanır
ProducesAttribute(String, String[])
- Kaynak:
- ProducesAttribute.cs
- Kaynak:
- ProducesAttribute.cs
- Kaynak:
- ProducesAttribute.cs
İzin verilen içerik türleriyle bir örneğini ProducesAttribute başlatır.
public:
ProducesAttribute(System::String ^ contentType, ... cli::array <System::String ^> ^ additionalContentTypes);
public ProducesAttribute (string contentType, params string[] additionalContentTypes);
new Microsoft.AspNetCore.Mvc.ProducesAttribute : string * string[] -> Microsoft.AspNetCore.Mvc.ProducesAttribute
Public Sub New (contentType As String, ParamArray additionalContentTypes As String())
Parametreler
- contentType
- String
Yanıt için izin verilen içerik türü.
- additionalContentTypes
- String[]
Yanıt için ek izin verilen içerik türleri.