ControllerStandardMessageNoData Method |  |
Standard message "Daten nicht vorhanden!" or "[data source] nicht vorhanden!"
Namespace:
Velo.Web.Helper
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxinternal ActionResult MessageNoData(
string pDataSource = ""
)
Friend Function MessageNoData (
Optional pDataSource As String = ""
) As ActionResult
Parameters
- pDataSource (Optional)
- Type: SystemString
Data source name an example "Rapport"
Return Value
Type:
ActionResultRedirections to Home/Message
Remarks
See Also