SetModalState() private méthode

Prevent navigation while a dialog box is showing in the browser control
private SetModalState ( string isModal ) : void
isModal string
Résultat void
 private void SetModalState(string isModal)
 {
     _view.SetModalState(isModal == "true");
 }