ASP.NET Core MVC コントロールヘルプ
OnClientFormatItem メソッド (ListBoxBuilder<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ListBoxBuilder<T> クラス : OnClientFormatItem メソッド
The value.
Configurates the C1.Web.Mvc.ListBox<T>.OnClientFormatItem client event. Occurs when an element representing a list item has been created.
シンタックス
'宣言
 
Public Function OnClientFormatItem( _
   ByVal value As System.String _
) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> OnClientFormatItem( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
This event can be used to format list items for display.
参照

ListBoxBuilder<T> クラス
ListBoxBuilder<T> メンバ