Click or drag to resize
URLHelper.PathModifierHandler Delegate
Handler to modify the existing given path

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public delegate string PathModifierHandler(
	string path
)

Parameters

path
Type: System.String
Original path

Return Value

Type: String
See Also