one more question on converting c# to vb. conversion tool is not doing a good job. Please let me know. Thanks
private static readonly Dictionary<string, List<string>> ValidHtmlTags = new Dictionary<string, List<string>> {
{ "param", new List<string>() {"name","value"}},
{ "object", new List<string>() {"id","type"}},
{ "embed", new List<string>() {"src","type","wmode"}}
};