Sonata Software Interview Question

Difference between editorfor and editor for

Interview Answers

Anonymous

Aug 7, 2018

Editor for works like strongly typed like if the property is boolean it will consider input type as check box

Anonymous

Nov 15, 2019

Editor and EditorFor it generates same results but declaring time.... "for Editor directly we need to mention string name". "for EditorFor we need to use lambda expression".