Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 330
Frank Michael Kraft Avatar asked Feb 07 '26 15:02

Frank Michael Kraft


1 Answers

Not yet. You should give a good name for your product (like Razor, KnightLight Dancer, NinjaSword) etc when you implemented the IView.

But you can implement when you need a simple text out (for printer) or etc you can do this. Please remember old fashioned ASP Response.Write when you use writer.

like image 130
Nuri YILMAZ Avatar answered Feb 09 '26 15:02

Nuri YILMAZ