We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3163d9e commit fe4062dCopy full SHA for fe4062d
1 file changed
aspnetcore/fundamentals/environments/sample-snapshot/EnvironmentsSample/Pages/About.cshtml
@@ -1,11 +1,12 @@
1
<environment include="Development">
2
- <div><environment include="Development"></div>
+ <div>The effective tag is: <environment include="Development"></div>
3
</environment>
4
<environment exclude="Development">
5
- <div><environment exclude="Development"></div>
+ <div>The effective tag is: <environment exclude="Development"></div>
6
7
<environment include="Staging,Development,Staging_2">
8
<div>
9
+ The effective tag is:
10
<environment include="Staging,Development,Staging_2">
11
</div>
12
0 commit comments