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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > MapLayerBaseBuilder<T,TControl,TBuilder> クラス : ItemsSource メソッド
The value.
Configurates C1.Web.Mvc.MapLayerBase<T>.ItemsSource. Sets a data source for the layer.
シンタックス
'宣言
 
Public Function ItemsSource( _
   ByVal value As System.String _
) As TBuilder
public TBuilder ItemsSource( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
Data source should be GeoJSON object(s).
参照

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