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

Inheritance: System.Web.UI.WebControls.Literal
显示文件 Open project: NewSpring/Rock Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Hide ( ) : void

Hides this instance.

Show ( string message, ModalAlertType alertType ) : void

Shows the specified message.

Method Details

Hide() public method

Hides this instance.
public Hide ( ) : void
return void

Show() public method

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