Note
Does nothing when IsWebApplication is .
Shows an alert message using AppShortTitle as the title of the message box.
public void ShowAlert(
string message
)Public Sub ShowAlert (
message As String
)public:
virtual void ShowAlert(
String^ message
) sealedabstract ShowAlert :
message : string -> unit
override ShowAlert :
message : string -> unit