Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Different Ways of Rendering a Partial View in ASP.NET MVC
WhatsApp
Rahul Kumar Saxena
9y
11.7
k
0
1
25
Blog
Html.RenderPartial
@{Html.RenderPartial(
"_Technology"
);}
Html.RenderAction
@{Html.RenderAction(
"Technology"
,
"Home"
);}
Html.Partial
@Html.Partial(
"_Technology"
)
Html.Action
@{Html.Action(
"Technology"
,
"Home"
);}
Different ways of rendering a Partial View in ASP.NET MVC
Up Next
Submitting A Form To Different Action Methods In ASP.NET MVC
Ebook Download
View all
ASP.NET GridView Control Pocket Guide
Read by 10.7k people
Download Now!
Learn
View all
Membership not found