Permalink
Fetching contributors…
Cannot retrieve contributors at this time
2 lines (2 sloc) 139 Bytes
RenderPage("_MySubPage.cshtml", "red", 123, "apples")
RenderPage("_MySubPage.cshtml", new { color = "red", number = 123, food = "apples" })