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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > PopupBuilder クラス : RemoveOnHide メソッド
The value.
Configurates C1.Web.Mvc.Popup.RemoveOnHide. Sets a value that determines whether the Popup element should be removed from the DOM when the Popup is hidden, as opposed to being hidden.
シンタックス
'宣言
 
Public Function RemoveOnHide( _
   ByVal value As System.Boolean _
) As PopupBuilder
public PopupBuilder RemoveOnHide( 
   System.bool value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
This property is set to true by default.
参照

PopupBuilder クラス
PopupBuilder メンバ