Udostępnij za pośrednictwem


HttpGetAttribute Konstruktory

Definicja

Przeciążenia

HttpGetAttribute()

Tworzy nowy adres HttpGetAttribute.

HttpGetAttribute(String)

Tworzy nowy HttpGetAttribute przy użyciu danego szablonu trasy.

HttpGetAttribute()

Źródło:
HttpGetAttribute.cs
Źródło:
HttpGetAttribute.cs
Źródło:
HttpGetAttribute.cs

Tworzy nowy adres HttpGetAttribute.

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

Dotyczy

HttpGetAttribute(String)

Źródło:
HttpGetAttribute.cs
Źródło:
HttpGetAttribute.cs
Źródło:
HttpGetAttribute.cs

Tworzy nowy HttpGetAttribute przy użyciu danego szablonu trasy.

public:
 HttpGetAttribute(System::String ^ template);
public HttpGetAttribute (string template);
new Microsoft.AspNetCore.Mvc.HttpGetAttribute : string -> Microsoft.AspNetCore.Mvc.HttpGetAttribute
Public Sub New (template As String)

Parametry

template
String

Szablon trasy. Nie może być zerowy.

Dotyczy