I've starting programming on ASP.NET MVC Framework a year ago.
Recently. I've learning Ruby On Rails Framework
There is "custom html helper" feature in ASP.NET MVC
So I can create my own html helper
<%= Html.MyOwnHtmlHelper() %>
I've learned that there is html helpers in Ruby such as
<% text_area %>
which render at html
I have a question. Can I create my own html helper for rendering my own html?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…