ASP.NET Core MVC コントロールヘルプ
ShowTrigger プロパティ (Popup)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > Popup クラス : ShowTrigger プロパティ
Gets or sets the actions that show the Popup.
シンタックス
'宣言
 
Public Property ShowTrigger As PopupTrigger
public PopupTrigger ShowTrigger {get; set;}
解説
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.
参照

Popup クラス
Popup メンバ