Aracılığıyla paylaş


HttpMethodActionConstraint Sınıf

Tanım

MVC eski IRouter destekle kullanıldığında HTTP yöntemi filtrelemesini zorlamak için kullanılan uygulamasıIActionConstraint. bir HttpMethodActionConstraint eylem tarafından desteklenen HTTP yöntemleri kümesini belirlemek için kullanılabilir.

public ref class HttpMethodActionConstraint : Microsoft::AspNetCore::Mvc::ActionConstraints::IActionConstraint
public class HttpMethodActionConstraint : Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint
type HttpMethodActionConstraint = class
    interface IActionConstraint
    interface IActionConstraintMetadata
Public Class HttpMethodActionConstraint
Implements IActionConstraint
Devralma
HttpMethodActionConstraint
Uygulamalar

Oluşturucular

HttpMethodActionConstraint(IEnumerable<String>)

HttpMethodActionConstraint öğesinin yeni bir örneğini oluşturur.

Alanlar

HttpMethodConstraintOrder

Order tarafından HttpMethodActionConstraintkullanılan değer.

Özellikler

HttpMethods

İzin verilen HTTP yöntemlerinin listesini alır. Tüm HTTP yöntemlerine izin veriliyorsa boş bir liste döndürür.

Order

Kısıtlama sırası.

Yöntemler

Accept(ActionConstraintContext)

Eylemin seçim için geçerli bir aday olup olmadığını belirler.

Şunlara uygulanır