ControlsHelperParseInlineParameters Method |
Parses inline macro values, creates collection of this parameters, sets control name and control parameter if is available.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax 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:
HashtableReturns collection of parameters
See Also