ASP.NET Core MVC コントロールヘルプ
ItemFormatter メソッド (ComboBoxBaseBuilder<T,TControl,TBuilder>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ComboBoxBaseBuilder<T,TControl,TBuilder> クラス : ItemFormatter メソッド
The value.
Configurates C1.Web.Mvc.ComboBoxBase<T>.ItemFormatter. Sets a function used to customize the values shown in the drop-down list.
シンタックス
'宣言
 
Public Function ItemFormatter( _
   ByVal value As System.String _
) As TBuilder
public TBuilder ItemFormatter( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The function takes two arguments, the item index and the default text or html, and returns the new text or html to display.
参照

ComboBoxBaseBuilder<T,TControl,TBuilder> クラス
ComboBoxBaseBuilder<T,TControl,TBuilder> メンバ