Click or drag to resize
ActivityDetailEncodeLabel Method
Encodes and assigns text to label.

Namespace: CMS.Activities.Web.UI
Assembly: CMS.Activities.Web.UI (in CMS.Activities.Web.UI.dll) Version: 13.0.131
Syntax
C#
protected void EncodeLabel(
	Label lbl,
	string text
)

Parameters

lbl
Type: System.Web.UI.WebControlsLabel
Label
text
Type: SystemString
Text
See Also