共用方式為


IParameterModelBaseConvention 介面

定義

允許在控制器和 Razor 頁面上自訂屬性和參數。

public interface class IParameterModelBaseConvention
public interface IParameterModelBaseConvention
type IParameterModelBaseConvention = interface
Public Interface IParameterModelBaseConvention

備註

若要使用此介面,請建立 Attribute 實作 介面的類別,並將它放在動作方法參數上。

方法

Apply(ParameterModelBase)

呼叫 以將慣例套用至 ParameterModelBase

適用於