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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > PopupBuilder クラス : Modal メソッド
The value.
Configurates C1.Web.Mvc.Popup.Modal. Sets a value that determines whether the Popup should be displayed as a modal dialog.
シンタックス
'宣言
 
Public Function Modal( _
   ByVal value As System.Boolean _
) As PopupBuilder
public PopupBuilder Modal( 
   System.bool value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
Modal dialogs show a dark backdrop that makes the Popup stand out from other content on the page.If you want to make a dialog truly modal, also set the HideTrigger property to None, so users won't be able to click the backdrop to dismiss the dialog. In this case, the dialog will close only if the close method is called or if the user presses the Escape key.
参照

PopupBuilder クラス
PopupBuilder メンバ