HttpPatchAttribute Konstruktory

Definicja

Przeciążenia

HttpPatchAttribute()

Tworzy nowy adres HttpPatchAttribute.

HttpPatchAttribute(String)

Tworzy nowy HttpPatchAttribute przy użyciu danego szablonu trasy.

HttpPatchAttribute()

Źródło:
HttpPatchAttribute.cs
Źródło:
HttpPatchAttribute.cs

Tworzy nowy adres HttpPatchAttribute.

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

Dotyczy

HttpPatchAttribute(String)

Źródło:
HttpPatchAttribute.cs
Źródło:
HttpPatchAttribute.cs

Tworzy nowy HttpPatchAttribute przy użyciu danego szablonu trasy.

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)

Parametry

template
String

Szablon trasy. Nie może być zerowy.

Dotyczy