CSharpUtils.Templates.Runtime.TemplateCode.CallBlockAsync C# (CSharp) Метод

CallBlockAsync() защищенный Метод

protected CallBlockAsync ( String BlockName, TemplateContext Context ) : System.Threading.Tasks.Task
BlockName String
Context TemplateContext
Результат System.Threading.Tasks.Task
		async protected Task CallBlockAsync(String BlockName, TemplateContext Context)
		{
			await Context.RenderingTemplate.GetFirstAscendingBlock(BlockName)(Context);
		}
#else