Click or drag to resize
IVirtualContextDecorationArbiterPathRequiresDecoration 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#
bool PathRequiresDecoration(
	string path
)

Parameters

path
Type: SystemString

Return Value

Type: Boolean
See Also