HttpMethodAttribute Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
HttpMethodAttribute(IEnumerable<String>) |
Tworzy nowy HttpMethodAttribute przy użyciu danego zestawu metod HTTP. |
HttpMethodAttribute(IEnumerable<String>, String) |
Tworzy nowy HttpMethodAttribute przy użyciu danego zestawu metod HTTP danego szablonu trasy. |
HttpMethodAttribute(IEnumerable<String>)
- Źródło:
- HttpMethodAttribute.cs
- Źródło:
- HttpMethodAttribute.cs
- Źródło:
- HttpMethodAttribute.cs
Tworzy nowy HttpMethodAttribute przy użyciu danego zestawu metod HTTP.
public:
HttpMethodAttribute(System::Collections::Generic::IEnumerable<System::String ^> ^ httpMethods);
public HttpMethodAttribute (System.Collections.Generic.IEnumerable<string> httpMethods);
new Microsoft.AspNetCore.Mvc.Routing.HttpMethodAttribute : seq<string> -> Microsoft.AspNetCore.Mvc.Routing.HttpMethodAttribute
Public Sub New (httpMethods As IEnumerable(Of String))
Parametry
- httpMethods
- IEnumerable<String>
Dotyczy
HttpMethodAttribute(IEnumerable<String>, String)
- Źródło:
- HttpMethodAttribute.cs
- Źródło:
- HttpMethodAttribute.cs
- Źródło:
- HttpMethodAttribute.cs
Tworzy nowy HttpMethodAttribute przy użyciu danego zestawu metod HTTP danego szablonu trasy.
public:
HttpMethodAttribute(System::Collections::Generic::IEnumerable<System::String ^> ^ httpMethods, System::String ^ template);
public HttpMethodAttribute (System.Collections.Generic.IEnumerable<string> httpMethods, string template);
public HttpMethodAttribute (System.Collections.Generic.IEnumerable<string> httpMethods, string? template);
new Microsoft.AspNetCore.Mvc.Routing.HttpMethodAttribute : seq<string> * string -> Microsoft.AspNetCore.Mvc.Routing.HttpMethodAttribute
Public Sub New (httpMethods As IEnumerable(Of String), template As String)
Parametry
- httpMethods
- IEnumerable<String>
Zestaw obsługiwanych metod. Nie może być zerowy.
- template
- String
Szablon trasy.