Click or drag to resize
IVirtualContextDecorationArbiter Interface
Defines a contract for a class responsible for declaring a path to be decorated with virtual context.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IVirtualContextDecorationArbiter

The IVirtualContextDecorationArbiter type exposes the following members.

Methods
  NameDescription
Public methodPathRequiresDecoration
Returns true when path is to be decorated with virtual context, otherwise false.
Top
See Also