Impact of Gen-AI on IT Jobs - Growth Mindset Show
x
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
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
5
Reply
What is html helper in MVC ?
Sandeep Kumar
9y
969
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
With MVC, HTML helpers are much like traditional ASP.NET Web Form controls.Just like web form controls in ASP.NET, HTML helpers are used to modify HTML. But HTML helpers are more lightweight. Unlike Web Form controls, an HTML helper does not have an event model and a view state.In most cases, an HTML helper is just a method that returns a string.With MVC, you can create your own helpers, or use the built in HTML helpers
Praveen Dhatrika
9y
1
this are html contols with further enhancement to use in MVC.It dont have any Server Side events.Though its light as compair to ASP.Net control
Rajendra Mote
9y
0
helper in MVC is just an control used by razor to define a control like label,textbox etc and it takes less load time compare to Webform's
Manav Pandya
9y
0
With MVC, HTML helpers are much like traditional ASP.NET Web Form controls. Just like web form controls in ASP.NET, HTML helpers are used to modify HTML. But HTML helpers are more lightweight. Unlike Web Form controls, an HTML helper does not have an event model and a view state. In most cases, an HTML helper is just a method that returns a string. With MVC, you can create your own helpers, or use the built in HTML helpers
Kml Surani
9y
0
Html helper in MVC is a controller class which use to develop effective and better GUI by using these controller ad textbook, button,datalist,dropdown list etc.
Sandeep Kumar
9y
0
What is use of view engine in mvc
What is filtter ?
Message