Welcome to mirror list, hosted at ThFree Co, Russian Federation.

RazorPageWithPageModel.cshtml « Templates « MonoDevelop.AspNetCore « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4667a3bca25eb5aac63ca03fbf528cdca9376b37 (plain)
1
2
3
4
@page
@model ${Namespace}.${EscapedIdentifier}Model
@{
}