Share via


HttpPatchAttribute Konstruktory

Definice

Přetížení

HttpPatchAttribute()

Vytvoří nový objekt HttpPatchAttribute.

HttpPatchAttribute(String)

Vytvoří nový HttpPatchAttribute s danou šablonou trasy.

HttpPatchAttribute()

Zdroj:
HttpPatchAttribute.cs
Zdroj:
HttpPatchAttribute.cs

Vytvoří nový objekt HttpPatchAttribute.

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

Platí pro

HttpPatchAttribute(String)

Zdroj:
HttpPatchAttribute.cs
Zdroj:
HttpPatchAttribute.cs

Vytvoří nový HttpPatchAttribute s danou šablonou 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

Šablona trasy. Nesmí mít hodnotu null.

Platí pro