共用方式為


HttpMethodActionConstraint 類別

定義

當 MVC 搭配舊版 IRouter 支援使用時,用來強制執行 HTTP 方法篩選的 實 IActionConstraint 作。 HttpMethodActionConstraint可用來判斷動作支援的 HTTP 方法集合。

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
繼承
HttpMethodActionConstraint
實作

建構函式

HttpMethodActionConstraint(IEnumerable<String>)

建立 HttpMethodActionConstraint 的新執行個體。

欄位

HttpMethodConstraintOrder

Order所使用的 HttpMethodActionConstraint 值。

屬性

HttpMethods

取得允許的 HTTP 方法清單。 如果允許所有 HTTP 方法,則會傳回空白清單。

Order

條件約束順序。

方法

Accept(ActionConstraintContext)

判斷動作是否為選取的有效候選項目。

適用於