Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
WebApp
Controllers
BootstrapBaseController
C# Class WebApp.Controllers.BootstrapBaseController
Inheritance:
Controller
Exibir arquivo
Open project: hudl/black-mesa
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