Click or drag to resize
EmbeddedViewAssemblyAttribute Class
Holds information about embedded views in assembly.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Kentico.Web.MvcEmbeddedViewAssemblyAttribute

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public sealed class EmbeddedViewAssemblyAttribute : Attribute

The EmbeddedViewAssemblyAttribute type exposes the following members.

Constructors
  NameDescription
Public methodEmbeddedViewAssemblyAttribute
Creates new instance of EmbeddedViewAssemblyAttribute.
Top
Properties
  NameDescription
Public propertyViewPaths
List of view paths
Top
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
See Also