ASP.NET MVC without ASP.NET? -


As far as I know, asp.net mvc has taken advantage of many features of ASP.NET web form, One of these services templates. How to get an HTML response from the Espx file (see) Is ASP.NET uses any other platform to generate HTML on mvc template files (for example, something like PHP)?

Edit: There is no use case for this, just curiosity!

Yes, it can! The ASPX model is just one of the visual template mechanisms - other people - you can write your own key here is IViewEngine , with WebFormViewEngine aspx / ascx being the provider In Chapter 6, "Customizing and ASAP Net MVC Framework" has been expanded.


Comments