File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11@using Microsoft .AspNetCore .Components .Web
22@namespace TreeViewCustomFilter.Pages
3+ @using DevExpress .Blazor
34@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
45
56<!DOCTYPE html>
89 <meta charset =" utf-8" />
910 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
1011 <base href =" ~/" />
11- <link href =" _content/DevExpress.Blazor.Themes/blazing-berry.bs5.css" rel =" stylesheet" />
12+ @foreach ( var file in Themes .Fluent .GetFilePaths ()) {
13+ <link href =" @file" rel =" stylesheet" />
14+ }
15+ <link href =" https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel =" stylesheet" integrity =" sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin =" anonymous" >
1216
1317 <link href =" ~/css/site.css" rel =" stylesheet" />
1418 <link href =" TreeViewCustomFilter.styles.css" rel =" stylesheet" />
Original file line number Diff line number Diff line change 1313 <Folder Include =" wwwroot\images\" />
1414 </ItemGroup >
1515 <ItemGroup >
16- <PackageReference Include =" DevExpress.Blazor" Version =" 24.2.1-alpha-24207 " />
16+ <PackageReference Include =" DevExpress.Blazor" Version =" 25.1.*-* " />
1717 </ItemGroup >
18- </Project >
18+ </Project >
You can’t perform that action at this time.
0 commit comments