Share via


HttpGetAttribute Konstruktory

Definice

Přetížení

HttpGetAttribute()

Vytvoří nový objekt HttpGetAttribute.

HttpGetAttribute(String)

Vytvoří nový HttpGetAttribute s danou šablonou trasy.

HttpGetAttribute()

Zdroj:
HttpGetAttribute.cs
Zdroj:
HttpGetAttribute.cs

Vytvoří nový objekt HttpGetAttribute.

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

Platí pro

HttpGetAttribute(String)

Zdroj:
HttpGetAttribute.cs
Zdroj:
HttpGetAttribute.cs

Vytvoří nový HttpGetAttribute s danou šablonou 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

Šablona trasy. Nesmí mít hodnotu null.

Platí pro