HttpPatchAttribute 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
HttpPatchAttribute() |
Yeni bir HttpPatchAttribute oluşturur. |
HttpPatchAttribute(String) |
Verilen yol şablonuyla yeni HttpPatchAttribute bir oluşturur. |
HttpPatchAttribute()
- Kaynak:
- HttpPatchAttribute.cs
- Kaynak:
- HttpPatchAttribute.cs
- Kaynak:
- HttpPatchAttribute.cs
Yeni bir HttpPatchAttribute oluşturur.
public:
HttpPatchAttribute();
public HttpPatchAttribute ();
Public Sub New ()
Şunlara uygulanır
HttpPatchAttribute(String)
- Kaynak:
- HttpPatchAttribute.cs
- Kaynak:
- HttpPatchAttribute.cs
- Kaynak:
- HttpPatchAttribute.cs
Verilen yol şablonuyla yeni HttpPatchAttribute bir oluşturur.
public:
HttpPatchAttribute(System::String ^ template);
public HttpPatchAttribute (string template);
new Microsoft.AspNetCore.Mvc.HttpPatchAttribute : string -> Microsoft.AspNetCore.Mvc.HttpPatchAttribute
Public Sub New (template As String)
Parametreler
- template
- String
Yol şablonu. Null olamaz.