Aracılığıyla paylaş


HttpGetAttribute Oluşturucular

Tanım

Aşırı Yüklemeler

HttpGetAttribute()

Yeni bir HttpGetAttribute oluşturur.

HttpGetAttribute(String)

Verilen yol şablonuyla yeni HttpGetAttribute bir oluşturur.

HttpGetAttribute()

Kaynak:
HttpGetAttribute.cs
Kaynak:
HttpGetAttribute.cs

Yeni bir HttpGetAttribute oluşturur.

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

Şunlara uygulanır

HttpGetAttribute(String)

Kaynak:
HttpGetAttribute.cs
Kaynak:
HttpGetAttribute.cs

Verilen yol şablonuyla yeni HttpGetAttribute bir oluşturur.

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)

Parametreler

template
String

Yol şablonu. Null olamaz.

Şunlara uygulanır