如何在mvc中创建自定义控件?
问题描述:
如何在mvc中创建自定义控件?
How to create Custom Controls in mvc?
答
用Google搜索? :(
这里有人创建了自定义控件
ASP.NET MVC中的自定义控件 [ ^ ]
Googled? :(
Here someone created a custom control
Custom controls in ASP.NET MVC[^]
MVC为您提供了完全的灵活性,可以通过继承现有控件来创建自己的控件控制。
您只需继承现有控件并根据您的选择扩展控件。
MVC gives you full flexibility to make your own controls by inheriting the existing control.
you just inherit the existing control and extend the control on your choice.