Castle.MonoRail.Framework.ViewComponent.HasSection C# (CSharp) Method

HasSection() protected method

Determines whether the current component declaration on the view has the specified section.
protected HasSection ( String sectionName ) : bool
sectionName String Name of the section.
return bool
		protected bool HasSection(String sectionName)
		{
			return context.HasSection(sectionName);
		}