Implementation example for System.Web.Mvc.IView.Render ()?

Is there an example implementation for System.Web.Mvc.IView.Render () that I could use as a template?

+3
source share
1 answer

Not yet. You must give a good name for your product (e.g. Razor, KnightLight Dancer, NinjaSword), etc. When you implemented IView.

But you can implement it when you need plain text (for a printer), etc., you can do it. Please remember the old-fashioned ASP Response.Write when you use a writer.

+1
source

Source: https://habr.com/ru/post/1760355/


All Articles