IParameterModelConvention 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
允許自訂 ParameterModel 。
public interface class IParameterModelConvention
public interface IParameterModelConvention
type IParameterModelConvention = interface
Public Interface IParameterModelConvention
備註
若要使用此介面,請建立 Attribute 實作 介面的類別,並將它放在動作方法參數上。
IParameterModelConvention 自訂會在自訂之後 IActionModelConvention 執行。
方法
Apply(ParameterModel) |
呼叫 以將慣例套用至 ParameterModel 。 |