Method | Description | |
---|---|---|
AlertBoxFluentOptions ( MyHelpers.AlertBox parent ) : System | ||
Attributes ( object htmlAttributes ) : IAlertBoxFluentOptions | ||
HideCloseButton ( bool hideCloseButton = true ) : IAlertBoxFluentOptions | ||
ToHtmlString ( ) : string | ||
ToString ( ) : string |
public AlertBoxFluentOptions ( MyHelpers.AlertBox parent ) : System | ||
parent | MyHelpers.AlertBox | |
return | System |
public Attributes ( object htmlAttributes ) : IAlertBoxFluentOptions | ||
htmlAttributes | object | |
return | IAlertBoxFluentOptions |
public HideCloseButton ( bool hideCloseButton = true ) : IAlertBoxFluentOptions | ||
hideCloseButton | bool | |
return | IAlertBoxFluentOptions |