CSharpUtils.Templates.Runtime.TemplateCode.CallBlock C# (CSharp) Method

CallBlock() protected method

protected CallBlock ( String BlockName, TemplateContext Context ) : void
BlockName String
Context TemplateContext
return void
		protected void CallBlock(String BlockName, TemplateContext Context)
		{
			Context.RenderingTemplate.GetFirstAscendingBlock(BlockName)(Context);
		}
#endif