Archive For March 2019

Rendering A Partial To A String In Razor Pages

calendar_today 19 March 2019 08:22

ASP.NET Core Razor Pages

Partial Views or Pages are primarily used as a means of including reusable snippets of HTML within one or more Razor Pages. This walkthrough illustrates how to take advantage of the power of the Razor templating system used by partial pages to generate HTML for other purposes, such as the body of a mail message.