Share via


HttpPatchAttribute Konstruktor

Definisi

Overload

HttpPatchAttribute()

Membuat baru HttpPatchAttribute.

HttpPatchAttribute(String)

Membuat yang baru HttpPatchAttribute dengan templat rute yang diberikan.

HttpPatchAttribute()

Sumber:
HttpPatchAttribute.cs
Sumber:
HttpPatchAttribute.cs

Membuat baru HttpPatchAttribute.

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

Berlaku untuk

HttpPatchAttribute(String)

Sumber:
HttpPatchAttribute.cs
Sumber:
HttpPatchAttribute.cs

Membuat yang baru HttpPatchAttribute dengan templat rute yang diberikan.

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)

Parameter

template
String

Templat rute. Mungkin tidak null.

Berlaku untuk