C# Class Web.Controllers.BootstrapBaseController

Inheritance: Controller
Show file Open project: TargetProcess/DevOpsTask

Public Methods

Method Description
Attention ( string message ) : void
Error ( string message ) : void
Information ( string message ) : void
Success ( string message ) : void

Method Details

Attention() public method

public Attention ( string message ) : void
message string
return void

Error() public method

public Error ( string message ) : void
message string
return void

Information() public method

public Information ( string message ) : void
message string
return void

Success() public method

public Success ( string message ) : void
message string
return void