ASP.NET Core MVC コントロールヘルプ
HideTrigger メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > PopupBuilder クラス : HideTrigger メソッド
The value.
Configurates C1.Web.Mvc.Popup.HideTrigger. Sets the actions that hide the Popup.
シンタックス
'宣言
 
Public Function HideTrigger( _
   ByVal value As PopupTrigger _
) As PopupBuilder
public PopupBuilder HideTrigger( 
   PopupTrigger value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
By default, the HideTrigger property is set to Blur, which hides the popup when it loses focus.If you set the HideTrigger property to Click, the popup will be hidden only when the owner element is clicked.If you set the HideTrigger property to None, the popup will be hidden only when the hide method is called.
参照

PopupBuilder クラス
PopupBuilder メンバ