ASP.NET Core MVC コントロールヘルプ
DropDownCssClass メソッド (DropDownBuilder<T,TControl,TBuilder>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > DropDownBuilder<T,TControl,TBuilder> クラス : DropDownCssClass メソッド
The value.
Configurates C1.Web.Mvc.DropDown<T>.DropDownCssClass. Sets a CSS class name to add to the control's drop-down element.
シンタックス
'宣言
 
Public Function DropDownCssClass( _
   ByVal value As System.String _
) As TBuilder
public TBuilder DropDownCssClass( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
This property is useful when styling the drop-down element, because it is shown as a child of the document body rather than as a child of the control itself, which prevents using CSS selectors based on the parent control.
参照

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