HttpPatchAttribute Konstruktoren

Definition

Überlädt

HttpPatchAttribute()

Erstellt einen neuen HttpPatchAttribute.

HttpPatchAttribute(String)

Erstellt eine neue HttpPatchAttribute mit der angegebenen Routenvorlage.

HttpPatchAttribute()

Erstellt einen neuen HttpPatchAttribute.

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

Gilt für:

HttpPatchAttribute(String)

Erstellt eine neue HttpPatchAttribute mit der angegebenen Routenvorlage.

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

Die Routenvorlage. Darf nicht NULL sein.

Gilt für: