Click or drag to resize
VirtualContextDecorationArbiter Class
Arbiter that decides whether a path needs to be decorated with virtual context.
Inheritance Hierarchy
SystemObject
  Kentico.Content.Web.MvcVirtualContextDecorationArbiter

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

The VirtualContextDecorationArbiter type exposes the following members.

Constructors
  NameDescription
Public methodVirtualContextDecorationArbiter
Initializes a new instance of a VirtualContextDecorationArbiter.
Top
Methods
  NameDescription
Public methodPathRequiresDecoration
Returns true when path is to be decorated with virtual context, otherwise false.
Top
See Also