strong typing - What asp.net-mvc strongly typed helpers uses underneath? -
for example, if use in view:
${html.textboxfor(u=>u.username)}
how can
var name = [xxx].namefor<user>(u=>u.username);
from elsewhere? possible?
system.web.mvc.expressionhelper.getexpressiontext(lambdaexpression expression)
Comments
Post a Comment