Providing Printing Functions in ASP.NET MVC 4

I have an idea with HTML tables filled with the information I want to print in ASP.NET MVC 4 and C #.

I do not know the actual code that prints the document.

any help would be appreciated

+4
source share
1 answer

You have two options.

For the JS option, you will need to create a print css file to best display the page during printing, and also to hide some element that you do not need to display - a menu, for example.

+11
source

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


All Articles