Delegate HTMLHelper.DecoratePathArbiterHandler
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
stringThe original path.
pathBase
stringThe path base.
Returns
- bool
- Handler to decide whether the given path should be decorated with a virtual context prefix.
- Extension Methods