Click or drag to resize
ControlsHelperParseInlineParameters Method
Parses inline macro values, creates collection of this parameters, sets control name and control parameter if is available.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static Hashtable ParseInlineParameters(
	string expression,
	ref string controlParameter,
	ref string controlName
)

Parameters

expression
Type: SystemString
Inline macro without starting {^ and trailing ^}
controlParameter
Type: SystemString
Control parameter
controlName
Type: SystemString
Control name

Return Value

Type: Hashtable
Returns collection of parameters
See Also