Click or drag to resize
HTMLHelperDecoratePathArbiterHandler Delegate
Handler to decide whether the given path should be decorated with a virtual context prefix.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public delegate bool DecoratePathArbiterHandler(
	string path,
	string applicationPath
)

Parameters

path
Type: SystemString
The original path.
applicationPath
Type: SystemString
The application path.

Return Value

Type: Boolean
See Also