File tree 2 files changed +7
-8
lines changed
samples/StandaloneApp/Shared
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 3
3
<div class =' container-fluid' >
4
4
<div class =' row' >
5
5
<div class =' col-sm-3' >
6
- <c: NavMenu />
6
+ <NavMenu />
7
7
</div >
8
8
<div class =' col-sm-9' >
9
9
@Body
Original file line number Diff line number Diff line change 13
13
<div class =' navbar-collapse collapse' >
14
14
<ul class =' nav navbar-nav' >
15
15
<li >
16
- <!-- The 'c:' prefix and parens are workarounds for a Razor compilation issue and will be removed soon. -->
17
- <c:NavLink href =@( " /" ) >
16
+ <NavLink href =" /" >
18
17
<span class =' glyphicon glyphicon-home' ></span > Home
19
- </c: NavLink >
18
+ </NavLink >
20
19
</li >
21
20
<li >
22
- <c: NavLink href =@( " /counter" ) >
21
+ <NavLink href =" /counter" >
23
22
<span class =' glyphicon glyphicon-education' ></span > Counter
24
- </c: NavLink >
23
+ </NavLink >
25
24
</li >
26
25
<li >
27
- <c: NavLink href =@( " /fetchdata" ) >
26
+ <NavLink href =" /fetchdata" >
28
27
<span class =' glyphicon glyphicon-th-list' ></span > Fetch data
29
- </c: NavLink >
28
+ </NavLink >
30
29
</li >
31
30
</ul >
32
31
</div >
You can’t perform that action at this time.
0 commit comments