我可以将htmlhelpers放在父类中吗?

时间:2019-01-24 08:09:38

标签: razor

代替这个。

@html.MyTextBox...
@html.MyNumericBox...

...是否可以像这样将其放在父容器/类中...

@html.My.TextBox...
@html.My.NumericBox...

我已经看到DevExpress这样做,但是我不知道自己如何实现它...

@Html.DevExpress().TextBox(Sub(settings)
                                    settings.Name = "textBox1"
                                End Sub).GetHtml()

0 个答案:

没有答案