Skip to content Skip to sidebar Skip to footer
Showing posts with the label Model Binding

How To Create An Htmlhelper Extension Method That Will Bind An Ienumerable To A Table

This is my view model: public class TaskViewModel{ public int TaskID{get;set;} public IEnumerab… Read more How To Create An Htmlhelper Extension Method That Will Bind An Ienumerable To A Table