Table of Contents

Delegate HTMLHelper.DecoratePathArbiterHandler

Namespace
CMS.Helpers
Assembly
CMS.Helpers.dll

Handler to decide whether the given path should be decorated with a virtual context prefix.

public delegate bool HTMLHelper.DecoratePathArbiterHandler(string path, string pathBase)

Parameters

path string

The original path.

pathBase string

The path base.

Returns

bool
Handler to decide whether the given path should be decorated with a virtual context prefix.
Extension Methods