leblanc
Posted
on Apr 27, 2011
(permalink)
We were using
Telerik.Web.Mvc.Infrastructure.HtmlTag
, fluent interface around tagbuilder to create html tags.
Where did it get moved to? or Do you guys just recommend the use of TagBuilder directly now?
Breaking change from Q3 2010 to current Q1 2011
Reply
Answer
nachid
Master
Posted
on Apr 27, 2011
(permalink)
I noticed they replaced it with HtmlElement class
Reply
leblanc
Posted
on Apr 28, 2011
(permalink)
marked as answered. Curious to know how you figured this out..
Reply
nachid
Master
Posted
on Apr 28, 2011
(permalink)
I was playing with
this
At one stage, it stopped working and I had to figure out what's wrong
Reply
Russ
Posted
on May 2, 2012
(permalink)
I know this was over a year ago for you, but I'm getting this error when using the Google Map extension that is mentioned above and wondered how you solved it. The error is "Could not load type 'Telerik.Web.Mvc.Infrastructure.HtmlTag from assembly Telerik.Web.Mvc, Version = 2012.1.214.340."
It occurs when trying to generate a map:
@(Html.Telerik().GoogleMap()
.Name("map")
.Width(400)
.Height(300))
I've tried to track this down, but not sure what the problem is. Any suggestions?
Reply