Ejemplo n.º 1
0
        internal virtual string CreateForAttributeValue()
        {
            var ids = For.Cast <ForControl>().Select(n => GetControlRenderID(n.RefID));

            return(string.Join(" ", ids.ToArray()));
        }