Exemplo n.º 1
0
 public string GetValueWithContext(RenderContext renderContext)
 {
     int row = (int)renderContext.GetSectionData("Rows");
     int column = (int)renderContext.GetSectionData("Columns");
     return (row * column).ToString();
 }