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

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

パラメータ

value
The value.

戻り値の型

Current builder.
解説
By default, the ShowTrigger property is set to Click, which causes the popup to appear when the user clicks the owner element.If you set the ShowTrigger property to None, the popup will be shown only when the show method is called.
参照

PopupBuilder クラス
PopupBuilder メンバ