C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
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"
);}
People also reading
Membership not found