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

About.cshtml « Home « Views « aspnetcoremvc11 « fsharp-aspnetcoremvc11 « test-projects « tests « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50476d1fbd4c5b59bc24067454301e4226e2561b (plain)
1
2
3
4
5
6
7
@{
    ViewData["Title"] = "About";
}
<h2>@ViewData["Title"].</h2>
<h3>@ViewData["Message"]</h3>

<p>Use this area to provide additional information.</p>