ASP.NET Core MVC コントロールヘルプ
ClickAction 列挙体

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : ClickAction 列挙体
Specifies constants that define the action to perform when the user clicks the input element in the control.
シンタックス
'宣言
 
Public Enum ClickAction 
   Inherits System.Enum
public enum ClickAction : System.Enum 
メンバ
メンバ解説
OpenOpen the drop-down.
SelectSelects the input element content.
ToggleToggle the drop-down.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.ClickAction

参照

C1.Web.Mvc 名前空間