Browse Source

Moving shared files to Shared folder

Razor Pages now supports /Pages/Shared for shared files.
main
Steve Smith 8 years ago
parent
commit
8c11da75ae
  1. 0
      src/WebRazorPages/Pages/Shared/_Layout.cshtml
  2. 0
      src/WebRazorPages/Pages/Shared/_LoginPartial.cshtml
  3. 0
      src/WebRazorPages/Pages/Shared/_ValidationScriptsPartial.cshtml
  4. 0
      src/WebRazorPages/Pages/Shared/_pagination.cshtml
  5. 0
      src/WebRazorPages/Pages/Shared/_product.cshtml
  6. 4
      src/WebRazorPages/Properties/launchSettings.json

0
src/WebRazorPages/Pages/_Layout.cshtml → src/WebRazorPages/Pages/Shared/_Layout.cshtml

0
src/WebRazorPages/Pages/_LoginPartial.cshtml → src/WebRazorPages/Pages/Shared/_LoginPartial.cshtml

0
src/WebRazorPages/Pages/_ValidationScriptsPartial.cshtml → src/WebRazorPages/Pages/Shared/_ValidationScriptsPartial.cshtml

0
src/WebRazorPages/Pages/_pagination.cshtml → src/WebRazorPages/Pages/Shared/_pagination.cshtml

0
src/WebRazorPages/Pages/_product.cshtml → src/WebRazorPages/Pages/Shared/_product.cshtml

4
src/WebRazorPages/Properties/launchSettings.json

@ -3,7 +3,7 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:28655/",
"applicationUrl": "http://localhost:5107/",
"sslPort": 44305
}
},
@ -21,7 +21,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:28656/"
"applicationUrl": "http://localhost:5107/"
},
"Docker": {
"commandName": "Docker",

Loading…
Cancel
Save