Click or drag to resize
UniGridFunctionsSpanMsg Method
Returns span (of specified CSS class) containing message.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public static string SpanMsg(
	string msg,
	string className
)

Parameters

msg
Type: SystemString
Message
className
Type: SystemString
CSS class

Return Value

Type: String
See Also