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