开发者

How to disable element naming prefix in asp.net mvc2 template?

开发者 https://www.devze.com 2023-01-11 20:44 出处:网络
How to disable element prefix in asp.net mvc2 t开发者_Go百科emplate? Should I use Partial Control Instead?To answer my own question, this line of code removes the hierarchical prefix from the element

How to disable element prefix in asp.net mvc2 t开发者_Go百科emplate? Should I use Partial Control Instead?


To answer my own question, this line of code removes the hierarchical prefix from the element name..


<% ViewData.TemplateInfo.HtmlFieldPrefix = ""; %>
<%= Html.EditorFor(model => model.Description) %>

0

精彩评论

暂无评论...
验证码 换一张
取 消