ソリューションの images フォルダー内のすべてのファイルをループしたいと考えています。
HtmlGenericControl iframe;
foreach (var item in Directory.GetFiles(ResolveClientUrl("~/Images")))
{
//images will be loaded dynamically into iframes here.
}
私もこれで試しましたAppDomain.CurrentDomain.BaseDirectory
が、できません。