How does Asp.net Core renders a view

后端 未结 2 475
感动是毒
感动是毒 2020-12-18 04:45

How does MVC 6 renders a view. What\'s the actual method in Razor ViewEngine that generates the html output? Also if possible please explain the process of rendering a view.

2条回答
  •  攒了一身酷
    2020-12-18 05:20

    I don't know if this may be of help, may be you have to start to look at tag helpers:

    https://github.com/DamianEdwards/TagHelperStarterWeb

    they're working to a different way to create helpers that integrate in the page in a more natural way.

提交回复
热议问题