IParameterModelBaseConvention インターフェイス

定義

コントローラーと Razor ページのプロパティとパラメーターをカスタマイズできます。

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

注釈

このインターフェイスを使用するには、 インターフェイスを Attribute 実装する クラスを作成し、それをアクション メソッド パラメーターに配置します。

メソッド

Apply(ParameterModelBase)

規則を に適用するために呼び出されます ParameterModelBase

適用対象