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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
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