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

RenderSection() protected method

Renders the the specified section
protected RenderSection ( String sectionName ) : void
sectionName String Name of the section.
return void
		protected void RenderSection(String sectionName)
		{
			context.RenderSection(sectionName);
		}

Same methods

ViewComponent::RenderSection ( String sectionName, TextWriter writer ) : void