Skip to content

Instantly share code, notes, and snippets.

View maria-mcdorman's full-sized avatar

Maria McDorman maria-mcdorman

View GitHub Profile
@bradymholt
bradymholt / 00_Partial.cshtml
Last active November 7, 2017 21:49
Share Razor Partial View between WebForms and MVC
@model PartialViewModel
<h1>Hello World</h1>
<p>
I was rendered from a <strong>@Model.Source</strong>!
</p>