aspnetcore/test/WebSites/RazorPagesWebSite/RenderPartialWithModel.cshtml

4 lines
100 B
Plaintext

@page
@model RazorPagesWebSite.RenderPartialWithModel
<p>The partial will be loaded here ...</p>