Is Response.Write() working with Razor?
I tried to use @Html.RenderAction
but I'm getting the error:
CS1502: The best overloaded method match for
'Microsoft.WebPages.WebPageUltimateBase.Write(Microsoft.WebPages.Helpers.HelperResult)'
has some invalid arguments