Click or drag to resize
AbstractDefaultLayoutGetTitleAttribute Method
Returns title attribute with encoded text or empty string if no title is defined.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected string GetTitleAttribute(
	string title
)

Parameters

title
Type: SystemString
Title

Return Value

Type: String
See Also