ASP.NET Core MVC コントロールヘルプ
NewItemCreator メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > BaseCollectionViewServiceBuilder<T,TControl,TBuilder> クラス : NewItemCreator メソッド
The value.
Configurates C1.Web.Mvc.BaseCollectionViewService<T>.NewItemCreator. Sets a function that creates new items for the collection.
シンタックス
'宣言
 
Public Overridable Function NewItemCreator( _
   ByVal value As System.String _
) As TBuilder
public virtual TBuilder NewItemCreator( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
If the creator function is not supplied, try to create an uninitialized item of the appropriate type.
参照

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