C# 클래스 Rock.Web.UI.Controls.ModalAlert

상속: System.Web.UI.WebControls.Literal
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Hide ( ) : void

Hides this instance.

Show ( string message, ModalAlertType alertType ) : void

Shows the specified message.

메소드 상세

Hide() 공개 메소드

Hides this instance.
public Hide ( ) : void
리턴 void

Show() 공개 메소드

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