C# Class MyHelpers.AlertBoxFluentOptions

Inheritance: IHtmlString, IAlertBoxFluentOptions
Mostra file Open project: EdCharbeneau/FluentHtmlHelpers

Public Methods

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

Method Details

AlertBoxFluentOptions() public method

public AlertBoxFluentOptions ( MyHelpers.AlertBox parent ) : System
parent MyHelpers.AlertBox
return System

Attributes() public method

public Attributes ( object htmlAttributes ) : IAlertBoxFluentOptions
htmlAttributes object
return IAlertBoxFluentOptions

HideCloseButton() public method

public HideCloseButton ( bool hideCloseButton = true ) : IAlertBoxFluentOptions
hideCloseButton bool
return IAlertBoxFluentOptions

ToHtmlString() public method

public ToHtmlString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string