This question is locked. New answers and comments are not allowed.
We were using
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
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
4 Answers, 1 is accepted
0
Accepted
nachid
Top achievements
Rank 1
answered on 27 Apr 2011, 10:59 PM
I noticed they replaced it with HtmlElement class
0
leblanc
Top achievements
Rank 1
answered on 28 Apr 2011, 08:21 AM
marked as answered. Curious to know how you figured this out..
0
0
Russ
Top achievements
Rank 1
answered on 02 May 2012, 04:49 PM
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?
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?