internal ToMVCHmlString in TagBuilder
Posted
by Joe
on Stack Overflow
See other posts from Stack Overflow
or by Joe
Published on 2010-03-23T10:47:50Z
Indexed on
2010/03/23
11:03 UTC
Read the original article
Hit count: 364
I am looking to write a few helpers in my own assembly modeled after the helpers in System.web.mvc. My problem is that I cannot use the call to Tagbuilder.ToMvcHtlString since it is internal. So if I return a string it wont be ready for asp.net 4 when it comes.
I dont want to add anything to system.web.mvc as that is a given dll.
© Stack Overflow or respective owner