Initializes a new instance of the ViewComponentDetailsAttribute class.

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

Syntax

C#
public ViewComponentDetailsAttribute(
	string name
)

Parameters

name
String
The specified ViewComponent's Name

See Also