Click or drag to resize
URLHelperPathModifierHandler Delegate
Handler to modify the existing given path

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

Parameters

path
Type: SystemString
Original path

Return Value

Type: String
See Also