Click or drag to resize
PageBuilderHelperAddEditModeParameter Method
Adds query string parameter to URL to identify the edit mode of Page builder feature.

Namespace: CMS.DocumentEngine.PageBuilder
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static string AddEditModeParameter(
	string url
)

Parameters

url
Type: SystemString
URL to modify.

Return Value

Type: String
See Also