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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ControlBuilderFactory クラス > FlexPie メソッド : FlexPie<T>(String) メソッド
The data item type.
Specifies a selector. It is optional. If it is not set, a default dom element will be generated.
Creates a C1.Web.Mvc.FlexPie<T> control and attaches it to the dom elements matching against the specified selector.
シンタックス
'宣言
 
Public Overloads Function FlexPie(Of T)( _
   Optional ByVal selector As System.String _
) As FlexPieBuilder(Of T)
public FlexPieBuilder<T> FlexPie<T>( 
   System.string selector
)

パラメータ

selector
Specifies a selector. It is optional. If it is not set, a default dom element will be generated.

型パラメータ

T
The data item type.

戻り値の型

参照

ControlBuilderFactory クラス
ControlBuilderFactory メンバ
オーバーロード一覧