Aracılığıyla paylaş


HttpPostAttribute Oluşturucular

Tanım

Aşırı Yüklemeler

HttpPostAttribute()

Yeni bir HttpPostAttribute oluşturur.

HttpPostAttribute(String)

Verilen yol şablonuyla yeni HttpPostAttribute bir oluşturur.

HttpPostAttribute()

Kaynak:
HttpPostAttribute.cs
Kaynak:
HttpPostAttribute.cs
Kaynak:
HttpPostAttribute.cs

Yeni bir HttpPostAttribute oluşturur.

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

Şunlara uygulanır

HttpPostAttribute(String)

Kaynak:
HttpPostAttribute.cs
Kaynak:
HttpPostAttribute.cs
Kaynak:
HttpPostAttribute.cs

Verilen yol şablonuyla yeni HttpPostAttribute bir oluşturur.

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)

Parametreler

template
String

Yol şablonu. Null olamaz.

Şunlara uygulanır