To use server side prerendering at runtime to produce entire HTML documents, not involving Razor at all. #886

Closed
opened 2025-08-09 17:18:03 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @anurag123chpr on 3/28/2017

We are using asp.net core + Angular 2 (with Angular Universal ) in our application and are trying to implement SEO.
The application consists of static html pages with angular 2 and server side consists of Web API 's which we hit to fetch data from back-end.
But while implementing server side prerendering we encountered that we have to generate html using razor views on server side.
At this point we can't change architecture of our project, so is there any solution for server side prerendering without using razor.

*Originally created by @anurag123chpr on 3/28/2017* We are using asp.net core + Angular 2 (with Angular Universal ) in our application and are trying to implement SEO. The application consists of static html pages with angular 2 and server side consists of Web API 's which we hit to fetch data from back-end. But while implementing server side prerendering we encountered that we have to generate html using razor views on server side. At this point we can't change architecture of our project, so is there any solution for server side prerendering without using razor.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#886
No description provided.