CSharpUtils.Templates.Runtime.TemplateCode.CallBlockAsync C# (CSharp) Méthode

CallBlockAsync() protected méthode

protected CallBlockAsync ( String BlockName, TemplateContext Context ) : System.Threading.Tasks.Task
BlockName String
Context TemplateContext
Résultat System.Threading.Tasks.Task
		async protected Task CallBlockAsync(String BlockName, TemplateContext Context)
		{
			await Context.RenderingTemplate.GetFirstAscendingBlock(BlockName)(Context);
		}
#else