Strongly typed partial view not loading AJAX content appropriately
- by mwright
I am using an Ajax.ActionLink to load a partial view. It works fine when the partial view is not strongly typed. However, as soon as I make the partial view strongly typed it ceases to display the Ajax content when the link is clicked on.
What am I missing?