ASP.NET Core MVC コントロールヘルプ
HtmlAttributes(IDictionary<String,Object>) メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ControlBuilder<TControl,TBuilder> クラス > HtmlAttributes メソッド : HtmlAttributes(IDictionary<String,Object>) メソッド
The HTML attributes.
Configurates C1.Web.Mvc.Control.HtmlAttributes. Sets the HTML attributes.
シンタックス
'宣言
 
Public Overloads Function HtmlAttributes( _
   ByVal attributes As System.Collections.Generic.IDictionary(Of String,Object) _
) As TBuilder
public TBuilder HtmlAttributes( 
   System.Collections.Generic.IDictionary<string,object> attributes
)

パラメータ

attributes
The HTML attributes.

戻り値の型

Current builder.
参照

ControlBuilder<TControl,TBuilder> クラス
ControlBuilder<TControl,TBuilder> メンバ
オーバーロード一覧