I want to write a few simple @helpers
to use in several views.
I want them to be inside a Razor .cshtml file (not in a c# class) to have the HTML syntax highlighted.
我可以很容易地查阅同文中书写的@helpers
。 我认为,我可以将其分为<代码>Helpers.cshtml,如果我把这一条码放在“Helpers.cshtml
@Helpers.MyHelper()从中获取。 但是,我只希望能用几页时间查阅这些文件。
我认为,如果帮助者身为一等,那么它就好像是一种“用”,而只是另一种看法的“名称空间”是什么。