TagBuilder 中的内部 ToMVCHmlString
我希望在我自己的程序集中编写一些以 System.web.mvc 中的帮助程序为模型的帮助程序。我的问题是我无法使用对 Tagbuilder.ToMvcHtlString 的调用,因为它是内部的。因此,如果我返回一个字符串,当它到来时,它就不会为 asp.net 4 做好准备。
我不想向 system.web.mvc 添加任何内容,因为那是给定的 dll。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)