Method | Description | |
---|---|---|
AddAlerts ( this tempData, List |
||
AlertDanger ( this controller, string message, bool dismissable = false ) : void | ||
AlertInformation ( this controller, string message, bool dismissable = false ) : void | ||
AlertSuccess ( this controller, string message, bool dismissable = true ) : void | ||
AlertWarning ( this controller, string message, bool dismissable = false ) : void | ||
GetAlerts ( this tempData ) : List |
||
SessionIsAvailable ( this controller ) : bool | ||
ValidateRecaptcha ( this controller, HttpRequest request, string secretKey ) : Task |
Method | Description | |
---|---|---|
AddAlert ( this controller, string alertStyle, string message, bool dismissable ) : void |
public static AddAlerts ( this tempData, List |
||
tempData | this | |
alerts | List |
|
return | void |
public static AlertDanger ( this controller, string message, bool dismissable = false ) : void | ||
controller | this | |
message | string | |
dismissable | bool | |
return | void |
public static AlertInformation ( this controller, string message, bool dismissable = false ) : void | ||
controller | this | |
message | string | |
dismissable | bool | |
return | void |
public static AlertSuccess ( this controller, string message, bool dismissable = true ) : void | ||
controller | this | |
message | string | |
dismissable | bool | |
return | void |
public static AlertWarning ( this controller, string message, bool dismissable = false ) : void | ||
controller | this | |
message | string | |
dismissable | bool | |
return | void |
public static GetAlerts ( this tempData ) : List |
||
tempData | this | |
return | List |
public static SessionIsAvailable ( this controller ) : bool | ||
controller | this | |
return | bool |
public static ValidateRecaptcha ( this controller, HttpRequest request, string secretKey ) : Task |
||
controller | this | |
request | HttpRequest | |
secretKey | string | |
return | Task |