HttpPatchAttribute Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
HttpPatchAttribute() |
Erstellt einen neuen HttpPatchAttribute. |
HttpPatchAttribute(String) |
Erstellt eine neue HttpPatchAttribute mit der angegebenen Routenvorlage. |
HttpPatchAttribute()
- Quelle:
- HttpPatchAttribute.cs
- Quelle:
- HttpPatchAttribute.cs
- Quelle:
- HttpPatchAttribute.cs
Erstellt einen neuen HttpPatchAttribute.
public:
HttpPatchAttribute();
public HttpPatchAttribute ();
Public Sub New ()
Gilt für:
HttpPatchAttribute(String)
- Quelle:
- HttpPatchAttribute.cs
- Quelle:
- HttpPatchAttribute.cs
- Quelle:
- HttpPatchAttribute.cs
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.