Click or drag to resize
VirtualContextDecorationArbiterPathRequiresDecoration Method
Returns true when path is to be decorated with virtual context, otherwise false.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public virtual bool PathRequiresDecoration(
	string path
)

Parameters

path
Type: SystemString

Return Value

Type: Boolean

Implements

IVirtualContextDecorationArbiterPathRequiresDecoration(String)
See Also