Implementor should return true only if the name is a known section the view component supports.

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

Syntax

C#
public virtual bool SupportsSection(
	string name
)

Parameters

name
String
section being added

Return Value

trueTruetrue if section is supported

See Also