HttpPutAttribute 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
HttpPutAttribute() |
Erstellt einen neuen HttpPutAttribute. |
HttpPutAttribute(String) |
Erstellt eine neue HttpPutAttribute mit der angegebenen Routenvorlage. |
HttpPutAttribute()
- Quelle:
- HttpPutAttribute.cs
- Quelle:
- HttpPutAttribute.cs
- Quelle:
- HttpPutAttribute.cs
Erstellt einen neuen HttpPutAttribute.
public:
HttpPutAttribute();
public HttpPutAttribute ();
Public Sub New ()
Gilt für:
HttpPutAttribute(String)
- Quelle:
- HttpPutAttribute.cs
- Quelle:
- HttpPutAttribute.cs
- Quelle:
- HttpPutAttribute.cs
Erstellt eine neue HttpPutAttribute mit der angegebenen Routenvorlage.
public:
HttpPutAttribute(System::String ^ template);
public HttpPutAttribute (string template);
new Microsoft.AspNetCore.Mvc.HttpPutAttribute : string -> Microsoft.AspNetCore.Mvc.HttpPutAttribute
Public Sub New (template As String)
Parameter
- template
- String
Die Routenvorlage. Darf nicht NULL sein.