Table of Contents

Interface IVirtualContextDecorationArbiter

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

Defines a contract for a class responsible for declaring a path to be decorated with virtual context.

public interface IVirtualContextDecorationArbiter
Extension Methods

Methods

PathRequiresDecoration(string)

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

bool PathRequiresDecoration(string path)

Parameters

path string

Returns

bool