Click here to Skip to main content
15,897,718 members

Comments by Barcelonista Naser (Top 24 by date)

Barcelonista Naser 8-Feb-17 14:02pm View    
I can't do that because I am retrieving data from facebook and I have to paginate through each sets of records by providing either the next cursor or next page link.
Barcelonista Naser 19-Jan-17 14:05pm View    
Thank you for your help I appreciate that. If I get trouble with linked style sheets I'll use inline CSS. :)
Barcelonista Naser 19-Jan-17 13:58pm View    
If I render a view into a string, will the look and feel remain the same then? Sorry for over loading you with question but I need to know it.
Barcelonista Naser 19-Jan-17 13:47pm View    
Thanks for your quick response, solved it with adding winforms nuget package. One last question. Can I pass a view name instead of in html section or I should pass the html within it directly as here.
Image image = HtmlRender.RenderToImage("MVC View Name")
Barcelonista Naser 19-Jan-17 13:22pm View    
I can't resolve HtmlRender although I installed the HTML renderer core with nuget. what is the problem?