Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

Creating HTML Helpers for Razor

I expect to code 15-20 HTML Helpers which are needed to keep my Razor files simple and to keep the HTML out of the Model.

We will be using XML as the data source and need to add the resulting values into list boxes, drop down losts, labels, etc. on the cshtml files.

Can you explain best practices for this and provide some sample code?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Friman001
Friman001
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

Thanks.