热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

如何获取Html帮助程序代码-HowtogetHtmlhelpercode

AftermanyattempstogetHtml.ActionLink<>andHtml.Image()methodsfromdifferentassemblies

After many attemps to get Html.ActionLink<> and Html.Image() methods from different assemblies without any success could you help find the source of these methods so that I can use them in my Web app ?

经过多次尝试从不同的程序集中获取Html.ActionLink <>和Html.Image()方法没有任何成功,您是否可以帮助找到这些方法的来源,以便我可以在我的Web应用程序中使用它们?

Thanks

谢谢

2 个解决方案

#1


1  

The ASP.NET MVC source code is available at codeplex.

ASP.NET MVC源代码可在codeplex中获得。

The Html Helper methods are located in the HtmlHelper class, in the namespace System.Web.Mvc.

Html Helper方法位于HtmlHelper类的命名空间System.Web.Mvc中。

Or, you can open the System.Web.Mvc DLL using Reflector, and view the source for the HtmlHelper methods there.

或者,您可以使用Reflector打开System.Web.Mvc DLL,并在那里查看HtmlHelper方法的源代码。

#2


0  

Maybe post some code? Are you sure you're using MVC? Are you trying in your View? Are you doing something like the following?:

也许发布一些代码?你确定你在使用MVC吗?你在试图吗?你在做以下事情吗?:

<%=Html.TextBox("myTextBox")%>

推荐阅读
author-avatar
祥仔先森_530
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有