C# 클래스 MyHelpers.AlertBoxFluentOptions

상속: IHtmlString, IAlertBoxFluentOptions
파일 보기 프로젝트 열기: EdCharbeneau/FluentHtmlHelpers

공개 메소드들

메소드 설명
AlertBoxFluentOptions ( MyHelpers.AlertBox parent ) : System
Attributes ( object htmlAttributes ) : IAlertBoxFluentOptions
HideCloseButton ( bool hideCloseButton = true ) : IAlertBoxFluentOptions
ToHtmlString ( ) : string
ToString ( ) : string

메소드 상세

AlertBoxFluentOptions() 공개 메소드

public AlertBoxFluentOptions ( MyHelpers.AlertBox parent ) : System
parent MyHelpers.AlertBox
리턴 System

Attributes() 공개 메소드

public Attributes ( object htmlAttributes ) : IAlertBoxFluentOptions
htmlAttributes object
리턴 IAlertBoxFluentOptions

HideCloseButton() 공개 메소드

public HideCloseButton ( bool hideCloseButton = true ) : IAlertBoxFluentOptions
hideCloseButton bool
리턴 IAlertBoxFluentOptions

ToHtmlString() 공개 메소드

public ToHtmlString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string