Decorates a ViewComponent to associate a custom name with it.

Optionally you can associate the section names supported by the ViewComponent.

Namespace: Castle.MonoRail.Framework
Assembly:  Castle.MonoRail.Framework (in Castle.MonoRail.Framework.dll)
Version: 1.0.3.0

Syntax

C#
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Class)]
public class ViewComponentDetailsAttribute : Attribute

Inheritance Hierarchy

System..::Object
  System..::Attribute
    Castle.MonoRail.Framework..::ViewComponentDetailsAttribute

See Also