File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
articles/azure-app-configuration Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,6 @@ Add the [Secret Manager tool](https://docs.microsoft.com/aspnet/core/security/ap
128
128
@using Microsoft.Extensions.Configuration
129
129
@inject IConfiguration Configuration
130
130
131
- <!DOCTYPE html >
132
- <html lang =" en" >
133
131
<style >
134
132
body {
135
133
background-color: @Configuration["TestApp:Settings:BackgroundColor"]
@@ -139,13 +137,8 @@ Add the [Secret Manager tool](https://docs.microsoft.com/aspnet/core/security/ap
139
137
font-size: @Configuration["TestApp:Settings:FontSize"];
140
138
}
141
139
</style >
142
- <head >
143
- <title >Index View</title >
144
- </head >
145
- <body >
146
- <h1 >@Configuration["TestApp:Settings:Message"]</h1 >
147
- </body >
148
- </html >
140
+
141
+ <h1 >@Configuration["TestApp:Settings:Message"]</h1 >
149
142
```
150
143
151
144
7. Open *_Layout.cshtml* in the Views > Shared directory, and replace its content with the following code:
You can’t perform that action at this time.
0 commit comments