Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Web
Controllers
BootstrapBaseController
C# Class Web.Controllers.BootstrapBaseController
Inheritance:
Controller
ファイルを表示
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