<div class="editor-label">
    <%: Html.LabelFor(m => m.UserName) %>
</div><div id="logindisplay">
    <% Html.RenderPartial("LogOnUserControl"); %>
</div> 这个是ASP.NET MVC3的例子,用的是ASPX的视图引擎,为什么有的有“:”,有的没有??
然后想问下Html.LabelFor(m => m.UserName)
中得m => m.UserName是什么意思,是不是Lambda表达式??哪个网址有详细的讲解么??谢谢