バージョン

Infragistics<TModel> メソッド

すべての infragistics MVC ラッパーはこの拡張子から名前空間付きの方法で制御できます。
シンタックス
'宣言
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function Infragistics(Of TModel)( _
   ByVal helper As System.Web.Mvc.HtmlHelper(Of TModel) _
) As InfragisticsSuite(Of TModel)
[System.Runtime.CompilerServices.ExtensionAttribute()]
public static InfragisticsSuite<TModel> Infragistics<TModel>( 
   System.Web.Mvc.HtmlHelper<TModel> helper
)

パラメータ

helper
ビューの html ヘルパー。

型パラメータ

TModel
モデル タイプ。

戻り値の型

InfragisticsSuite ヘルパーの新しいインスタンス。
参照

オンラインで表示: GitHub