File: Pages\Rzc\Page_Model.cs | Web Access |
Project: src\src\Mvc\test\WebSites\RazorBuildWebSite.Views\RazorBuildWebSite.Views.csproj (RazorBuildWebSite.Views) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Mvc.RazorPages; namespace RazorBuildWebSite.Pages.Rzc; public class Page_Model : PageModel { } |