HomeControllerMessage Method |  |
Shows a message
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic ActionResult Message(
string pText
)
Public Function Message (
pText As String
) As ActionResult
Parameters
- pText
- Type: SystemString
Text to displayed
Return Value
Type:
ActionResult
Remarks
See Also