aspnetcore/test/WebSites/RazorPagesWebSite/ModelHandlerTestPage.cshtml

9 lines
208 B
Plaintext

@page "{handler?}"
@model RazorPagesWebSite.ModelHandlerTestModel
Method: @Model.MethodName
@using (Html.BeginForm())
{
@Html.AntiForgeryToken()
}
<a href="~/HelloWorld.cshtml">~/HelloWorld.cshtml</a>