Table of Contents

Class VirtualContextDecorationArbiter

Namespace
Kentico.Content.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Arbiter that decides whether a path needs to be decorated with virtual context.

public class VirtualContextDecorationArbiter : IVirtualContextDecorationArbiter
Inheritance
object
VirtualContextDecorationArbiter
Implements
Extension Methods

Methods

PathRequiresDecoration(string)

Returns true when path is to be decorated with virtual context, otherwise false.

public virtual bool PathRequiresDecoration(string path)

Parameters

path string

Returns

bool