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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ItemsBoundControlBuilder<T,TControl,TBuilder> クラス > Bind メソッド : Bind(IEnumerable<T>) メソッド
A collection to specify the source collection.
Configurates C1.Web.Mvc.ItemsBoundControl<T>.ItemsSource. Sets ItemsSource settings with a collection.
シンタックス
'宣言
 
Public Overloads Overridable Function Bind( _
   ByVal value As System.Collections.Generic.IEnumerable(Of T) _
) As TBuilder
public virtual TBuilder Bind( 
   System.Collections.Generic.IEnumerable<T> value
)

パラメータ

value
A collection to specify the source collection.

戻り値の型

Current builder.
参照

ItemsBoundControlBuilder<T,TControl,TBuilder> クラス
ItemsBoundControlBuilder<T,TControl,TBuilder> メンバ
オーバーロード一覧