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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ListBoxBuilder<T> クラス : SelectedIndex メソッド
The value.
Configurates C1.Web.Mvc.ListBox<T>.SelectedIndex. Sets the index of the currently selected item in the list.
シンタックス
'宣言
 
Public Function SelectedIndex( _
   ByVal value As System.Integer _
) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> SelectedIndex( 
   System.int value
)

パラメータ

value
The value.

戻り値の型

Current builder.
参照

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