Click or drag to resize
EmbeddedViewAssemblyAttribute Constructor
Creates new instance of EmbeddedViewAssemblyAttribute.

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public EmbeddedViewAssemblyAttribute(
	params string[] viewPaths
)

Parameters

viewPaths
Type: SystemString
View paths
See Also