Alert() public method

public Alert ( string text ) : void
text string
return void
Example #1
0
 public override void Render(CsJsViewContext csjs)
 {
     csjs.Alert("Hello from csjs!");
 }