Remove extra asterisk after file name

pull/3550/head
Scott Addie 2017-06-21 22:39:16 -05:00 committed by GitHub
parent 3016c23949
commit 5cd8500f29
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ The runtime looks for Razor Pages files in the *Pages* folder by default.
The new Razor Pages features are designed to make common patterns used with web browsers easy. Consider a page that implements a basic 'contact us' form for the `Contact` model:
For the examples on this page, the `DbContext` is initialized in the *Startup.cs** file.
For the examples on this page, the `DbContext` is initialized in the *Startup.cs* file.
The *MyApp/Contact.cs* file: