Click or drag to resize

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)
Syntax
public ActionResult Message(
	string pText
)

Parameters

pText
Type: SystemString
Text to displayed

Return Value

Type: ActionResult
Remarks
Text message save to Message
See Also