HttpPatchAttribute Oluşturucular

Tanım

Aşırı Yüklemeler

HttpPatchAttribute()

Yeni bir HttpPatchAttribute oluşturur.

HttpPatchAttribute(String)

Verilen yol şablonuyla yeni HttpPatchAttribute bir oluşturur.

HttpPatchAttribute()

Yeni bir HttpPatchAttribute oluşturur.

public:
 HttpPatchAttribute();
public HttpPatchAttribute ();
Public Sub New ()

Şunlara uygulanır

HttpPatchAttribute(String)

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.

Şunlara uygulanır