- Html.RenderPartial
- @{Html.RenderPartial("_Technology");}
- @{Html.RenderPartial("_Technology");}
- Html.RenderAction
- @{Html.RenderAction("Technology","Home");}
- @{Html.RenderAction("Technology","Home");}
- Html.Partial
- @Html.Partial("_Technology")
- @Html.Partial("_Technology")
- Html.Action
- @{Html.Action("Technology","Home");}
- @{Html.Action("Technology","Home");}
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Gowtham RajamanickamPosted Mar 13, 2015, 2:06 AM
Good one...