C# Class Rock.Web.UI.Controls.ModalAlert

Inheritance: System.Web.UI.WebControls.Literal
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Hide ( ) : void

Hides this instance.

Show ( string message, ModalAlertType alertType ) : void

Shows the specified message.

Method Details

Hide() public méthode

Hides this instance.
public Hide ( ) : void
Résultat void

Show() public méthode

Shows the specified message.
public Show ( string message, ModalAlertType alertType ) : void
message string The message.
alertType ModalAlertType Type of the message.
Résultat void