バージョン

PivotView(String,PivotViewModel,IDictionary<String,Object>) メソッド

指定された ID、モデル、および html 属性でピボット ビューを描画します。
シンタックス
'宣言
 
Public Overloads Function PivotView( _
   ByVal id As System.String, _
   ByVal pivotViewModel As PivotViewModel, _
   ByVal htmlAttributes As System.Collections.Generic.IDictionary(Of String,Object) _
) As System.Web.Mvc.MvcHtmlString
public System.Web.Mvc.MvcHtmlString PivotView( 
   System.string id,
   PivotViewModel pivotViewModel,
   System.Collections.Generic.IDictionary<string,object> htmlAttributes
)

パラメータ

id
id。
pivotViewModel
ピボット ビュー モデル。
htmlAttributes
HTML 属性。
参照

オンラインで表示: GitHub