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