This works perfectly for what I am doing except one thing -- I'd like it to return a thumbnail image instead of a string. Is this possible in mvc3. This is my controller and I'm using an Ajax.ImageActionLink. I am a novice and am muddling through things. Thanks.
public string ThankYou()
{
System.Threading.Thread.Sleep(15000);
return "Serenity Equine Rescue";
}