C# Corner
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
Refer
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
10y
11.8
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
Recommended related topics
Membership not found