共用方式為


IControllerModelConvention 介面

定義

允許自訂 ControllerModel

public interface class IControllerModelConvention
public interface IControllerModelConvention
type IControllerModelConvention = interface
Public Interface IControllerModelConvention
衍生

備註

若要使用此介面,請建立實 Attribute 作 介面的類別,並將它放在控制器類別上。

IControllerModelConvention 自訂專案會在自訂專案之後 IApplicationModelConvention 和自訂之前執行 IActionModelConvention

方法

Apply(ControllerModel)

呼叫 以將慣例套用至 ControllerModel

適用於