File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
@if (string .IsNullOrEmpty (Href ))
2
2
{
3
- <a class =" @CssClass" >@ChildContent </a >
3
+ <a class =" @CssClass" role = " button " >@ChildContent </a >
4
4
}
5
5
else
6
6
{
9
9
@code {
10
10
[Parameter ]
11
11
public string CssClass { get ; set ; }
12
-
12
+
13
13
[Parameter ]
14
14
public string Href { get ; set ; }
15
-
15
+
16
16
[Parameter ]
17
- public RenderFragment ChildContent { get ; set ; }
17
+ public RenderFragment ChildContent { get ; set ; }
18
18
}
Original file line number Diff line number Diff line change 48
48
An unhandled exception has occurred. See browser dev tools for details.
49
49
</environment >
50
50
<a href =" /" class =" reload" >Reload</a >
51
- <a class =" dismiss" >x</a >
51
+ <a class =" dismiss" role = " button " >x</a >
52
52
</div >
53
53
<script src =" _framework/blazor.server.js" ></script >
54
54
<script async src =" https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js" integrity =" sha512-bgHRAiTjGrzHzLyKOnpFvaEpGzJet3z4tZnXGjpsCcqOnAH6VGUx9frc5bcIhKTVLEiCO6vEhNAgx5jtLUYrfA==" crossorigin =" anonymous" referrerpolicy =" no-referrer" ></script >
You can’t perform that action at this time.
0 commit comments