HTMLHelperDecoratePathArbiterHandler Delegate |
Handler to decide whether the given path should be decorated with a virtual context prefix.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public delegate bool DecoratePathArbiterHandler(
string path,
string applicationPath
)
Parameters
- path
- Type: SystemString
The original path. - applicationPath
- Type: SystemString
The application path.
Return Value
Type:
BooleanSee Also