IParameterModelConvention インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
のカスタマイズを許可します ParameterModel。
public interface class IParameterModelConvention
public interface IParameterModelConvention
type IParameterModelConvention = interface
Public Interface IParameterModelConvention
注釈
このインターフェイスを使用するには、 インターフェイスを Attribute 実装する クラスを作成し、それをアクション メソッド パラメーターに配置します。
IParameterModelConvention カスタマイズは、カスタマイズ後に IActionModelConvention 実行されます。
メソッド
Apply(ParameterModel) |
規則を に適用するために呼び出されます ParameterModel。 |