Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared 9.2.2

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared --version 9.2.2
                    
NuGet\Install-Package Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared -Version 9.2.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared" Version="9.2.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared" Version="9.2.2" />
                    
Directory.Packages.props
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared --version 9.2.2
                    
#r "nuget: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared, 9.2.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared@9.2.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared&version=9.2.2
                    
Install as a Cake Addin
#tool nuget:?package=Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared&version=9.2.2
                    
Install as a Cake Tool

ℹ️ Description

This package is a part of the ABP Framework.

ABP — Open Source Web Application Framework for ASP.NET Core

ABP offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. ABP Framework is a complete open-source infrastructure to create modern web applications by following the best practices and conventions of software development. It provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.

🔗Official Website: https://abp.io

🔗GitHub Repository: https://github.com/abpframework/abp

🔗Samples: https://abp.io/docs/latest/samples/

🔗Official Theme: https://www.LeptonTheme.com

🔗Documentation: https://abp.io/docs

🔗Community: https://abp.io/community

🔗Blog: https://abp.io/blog

🔗Books: https://abp.io/books

🔗Twitter: https://twitter.com/abpframework

🔗Discord: https://abp.io/community/discord

🔗Stackoverflow: https://stackoverflow.com/questions/tagged/abp

🔗YouTube: https://www.youtube.com/@Volosoft

🚀 Key Features of the ABP Framework

🟡 Modularity

🟡 Multi-Tenancy

🟡 Bootstrap Tag Helpers

🟡 Dynamic Forms

🟡 Authentication

🟡 Authorization

🟡 Distributed Event Bus

🟡 BLOB Storing

🟡 Text Templating

🟡 Tooling: ABP CLI

🟡 Cross-Cutting Concerns

🟡 Bundling & Minification

🟡 Virtual File System

🟡 Theming

🟡 Background Jobs

🟡 DDD Infrastructure

🟡 Auto REST APIs

🟡 Dynamic Client Proxies

🟡 Multiple Database Providers

🟡 Data filtering

🟡 Test Infrastructure

🟡 Audit Logging

🟡 Object to Object Mapping

🟡 Email & SMS Abstractions

🟡 Localization

🟡 Setting Management

🟡 Extension Methods

🟡 Aspect Oriented Programming

🟡 Dependency Injection

📘 Supported Database Providers

🔵 Entity Framework Core

🔵 MongoDB

🔵 Dapper

🎴 Supported UI Frameworks

🔵 Angular

🔵 Razor Pages

🔵 Blazor Web Assembly

🔵 Blazor Server

🔵 MAUI with Blazor Hybrid

📫 Bug & Support

Support for open-source ABP Framework client-side packages is available at GitHub Issues.

🏦 Go Commercial

If you are building an enterprise-level application with pro support, extra tools like a code generator, fancy themes and a microservice template, time to invest in the commercial version!

To understand how it works, see How it Works page.

If you wonder why you should choose ABP, check out Why ABP.IO Platform page.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (187)

Showing the top 5 NuGet packages that depend on Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared:

Package Downloads
Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy

Package Description

Volo.Abp.Account.Web

Package Description

Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic

Package Description

Volo.Abp.OpenIddict.AspNetCore

Package Description

Volo.Abp.FeatureManagement.Web

Package Description

GitHub repositories (9)

Showing the top 9 popular GitHub repositories that depend on Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared:

Repository Stars
abpframework/abp-samples
Sample solutions built with the ABP Framework
EasyAbp/EShop
An abp application module group that provides basic e-shop service.
abpframework/eventhub
Open-source event organizing web application and a reference DDD solution.
cocosip/sharp-abp
Abp-vNext extension modules
hikalkan/presentations
Some of my presentations
EasyAbp/WeChatManagement
基于EasyAbp.Abp.WeChat模块实现微信登录、微信用户信息存储、微信服务器管理、微信第三方平台等高级功能的Abp应用模块组
EasyAbp/NotificationService
An integrated user notification service Abp module, supporting email, SMS, PM, and more other methods.
EasyAbp/Abp.SettingUi
An ABP module used to manage ABP settings.
EasyAbp/FileManagement
An abp.io application module that allows users to upload and maintain files.
Version Downloads Last Updated
9.3.0-rc.3 182 7/9/2025
9.3.0-rc.2 243 6/24/2025
9.3.0-rc.1 195 6/17/2025
9.2.2 565 7/10/2025
9.2.1 5,747 6/23/2025
9.2.0 11,213 6/2/2025
9.2.0-rc.4 1,303 5/27/2025
9.2.0-rc.3 790 5/13/2025
9.2.0-rc.2 1,157 4/10/2025
9.2.0-rc.1 873 3/25/2025
9.1.3 14,474 5/12/2025
9.1.2 2,467 5/5/2025
9.1.1 26,103 3/27/2025
9.1.0 37,525 3/5/2025
9.1.0-rc.3 231 2/25/2025
9.1.0-rc.2 332 2/11/2025
9.1.0-rc.1 233 1/16/2025
9.0.8 762 3/26/2025
9.0.7 454 3/6/2025
9.0.6 1,530 3/3/2025
9.0.5 10,760 2/13/2025
9.0.4 58,637 1/21/2025
9.0.3 29,113 1/6/2025
9.0.2 38,801 12/11/2024
9.0.1 5,513 12/3/2024
9.0.0 16,386 11/19/2024
9.0.0-rc.3 188 11/14/2024
9.0.0-rc.2 195 11/11/2024
9.0.0-rc.1 219 10/22/2024
8.3.4 60,957 11/18/2024
8.3.3 19,705 11/5/2024
8.3.2 45,788 10/17/2024
8.3.1 87,386 9/25/2024
8.3.0 82,126 9/5/2024
8.3.0-rc.3 273 8/28/2024
8.3.0-rc.2 217 8/15/2024
8.3.0-rc.1 189 7/31/2024
8.2.3 11,768 9/4/2024
8.2.2 37,427 8/14/2024
8.2.1 40,063 7/30/2024
8.2.0 137,879 6/26/2024
8.2.0-rc.5 680 6/14/2024
8.2.0-rc.4 239 6/7/2024
8.2.0-rc.3 588 5/23/2024
8.2.0-rc.2 159 5/21/2024
8.2.0-rc.1 143 5/20/2024
8.1.5 29,235 7/29/2024
8.1.4 31,825 6/13/2024
8.1.3 79,476 5/15/2024
8.1.2 10,779 5/13/2024
8.1.1 53,648 4/16/2024
8.1.0 21,088 4/4/2024
8.1.0-rc.4 211 4/1/2024
8.1.0-rc.3 801 3/19/2024
8.1.0-rc.2 7,921 2/29/2024
8.1.0-rc.1 2,416 2/14/2024
8.0.6 35,468 5/14/2024
8.0.5 63,467 3/14/2024
8.0.4 72,019 2/20/2024
8.0.3 58,389 2/7/2024
8.0.2 71,554 1/17/2024
8.0.1 28,233 1/3/2024
8.0.0 81,887 12/19/2023
8.0.0-rc.3 1,339 12/7/2023
8.0.0-rc.2 1,555 11/28/2023
8.0.0-rc.1 745 11/21/2023
7.4.5 46,013 12/27/2023
7.4.4 12,370 12/13/2023
7.4.3 6,180 12/6/2023
7.4.2 91,639 11/13/2023
7.4.1 19,592 10/30/2023
7.4.0 38,223 10/9/2023
7.4.0-rc.5 336 10/2/2023
7.4.0-rc.4 574 9/22/2023
7.4.0-rc.3 909 9/13/2023
7.4.0-rc.2 2,687 8/24/2023
7.4.0-rc.1 1,500 8/16/2023
7.3.3 89,183 9/14/2023
7.3.2 75,352 8/7/2023
7.3.1 36,629 7/27/2023
7.3.0 54,914 7/12/2023
7.3.0-rc.3 741 7/5/2023
7.3.0-rc.2 474 6/20/2023
7.3.0-rc.1 1,087 6/6/2023
7.2.3 75,262 7/3/2023
7.2.2 116,489 5/16/2023
7.2.1 35,236 5/2/2023
7.2.0-rc.2 238 4/25/2023
7.2.0-rc.1 705 4/11/2023
7.1.1 49,722 4/3/2023
7.1.0 42,033 3/22/2023
7.1.0-rc.3 561 3/14/2023
7.1.0-rc.2 3,265 2/23/2023
7.1.0-rc.1 1,333 2/7/2023
7.0.3 39,638 3/7/2023
7.0.2 42,680 2/21/2023
7.0.1 62,804 1/19/2023
7.0.0 124,169 1/4/2023
7.0.0-rc.6 1,734 12/28/2022
7.0.0-rc.5 1,795 12/20/2022
7.0.0-rc.4 1,018 12/12/2022
7.0.0-rc.3 1,750 12/8/2022
7.0.0-rc.2 2,003 11/21/2022
7.0.0-rc.1 3,315 11/14/2022
6.0.3 90,989 1/18/2023
6.0.2 57,703 12/6/2022
6.0.1 136,138 10/28/2022
6.0.0 170,825 10/5/2022
6.0.0-rc.5 769 9/27/2022
6.0.0-rc.4 6,737 9/8/2022
6.0.0-rc.3 4,636 8/23/2022
6.0.0-rc.2 6,661 8/8/2022
6.0.0-rc.1 3,294 7/26/2022
5.3.5 12,299 10/20/2022
5.3.4 87,499 8/22/2022
5.3.3 112,514 7/22/2022
5.3.2 27,832 7/7/2022
5.3.1 34,671 6/29/2022
5.3.0 67,393 6/14/2022
5.3.0-rc.3 1,252 6/1/2022
5.3.0-rc.2 517 5/24/2022
5.3.0-rc.1 1,182 5/5/2022
5.2.2 79,090 5/16/2022
5.2.1 54,493 4/18/2022
5.2.0 33,989 4/5/2022
5.2.0-rc.2 889 3/18/2022
5.2.0-rc.1 1,751 3/8/2022
5.1.4 61,749 2/28/2022
5.1.3 101,857 1/26/2022
5.1.2 13,693 1/19/2022
5.1.1 13,234 1/12/2022
5.0.2 5,827 1/17/2022
5.0.1 40,607 12/28/2021
5.0.0 26,714 12/14/2021
5.0.0-rc.2 3,071 12/8/2021
5.0.0-rc.1 3,064 11/16/2021
5.0.0-beta.3 2,096 11/3/2021
5.0.0-beta.2 1,072 10/21/2021
5.0.0-beta.1 1,796 10/4/2021
4.4.4 71,310 11/9/2021
4.4.3 64,843 9/29/2021
4.4.2 56,664 9/2/2021
4.4.1 10,106 9/1/2021
4.4.0 91,781 8/2/2021
4.4.0-rc.2 3,309 7/6/2021
4.4.0-rc.1 3,167 6/28/2021
4.3.3 89,945 6/17/2021
4.3.2 48,695 5/27/2021
4.3.1 56,532 5/20/2021
4.3.0 94,294 4/22/2021
4.3.0-rc.2 1,358 4/8/2021
4.3.0-rc.1 1,048 3/31/2021
4.2.2 69,442 3/4/2021
4.2.1 66,935 2/9/2021
4.2.0 47,382 1/28/2021
4.2.0-rc.2 1,190 1/18/2021
4.2.0-rc.1 601 1/14/2021
4.1.2 13,048 1/19/2021
4.1.1 7,067 1/13/2021
4.1.0 12,627 1/6/2021
4.1.0-rc.2 1,163 12/18/2020
4.1.0-rc.1 337 12/17/2020
4.0.2 28,031 12/18/2020
4.0.1 7,097 12/14/2020
4.0.0 63,055 12/3/2020
4.0.0-rc.5 1,588 12/1/2020
4.0.0-rc.4 921 11/24/2020
4.0.0-rc.3 1,013 11/16/2020
4.0.0-rc.2 2,337 11/13/2020
4.0.0-rc.1 378 11/12/2020
3.3.2 16,257 12/2/2020
3.3.1 61,467 11/3/2020
3.3.0 13,579 10/27/2020
3.3.0-rc.2 406 10/23/2020
3.3.0-rc.1 580 10/15/2020
3.2.1 55,956 10/8/2020
3.2.0 15,931 10/1/2020
3.2.0-rc.2 1,744 9/21/2020
3.2.0-rc.1 1,216 9/17/2020
3.1.2 38,425 9/11/2020
3.1.1 4,397 9/10/2020
3.1.0 25,228 9/3/2020
3.1.0-rc.4 619 9/1/2020
3.1.0-rc.3 413 8/28/2020
3.1.0-rc.2 510 8/26/2020
3.1.0-rc.1 445 8/24/2020
3.0.5 26,332 7/29/2020
3.0.4 53,463 7/14/2020
3.0.3 10,884 7/7/2020
3.0.2 11,706 7/3/2020
3.0.1 25,573 7/2/2020
3.0.0 7,350 7/1/2020
2.9.0 47,536 6/4/2020
2.8.0 20,806 5/21/2020
2.7.0 27,728 5/7/2020
2.6.2 8,252 4/24/2020
2.6.1 3,617 4/23/2020
2.6.0 23,439 4/20/2020
2.5.0 8,973 4/9/2020
2.4.1 3,650 4/9/2020
2.4.0 8,688 4/6/2020
2.3.0 13,827 3/19/2020
2.2.1 12,484 3/7/2020
2.2.0 4,092 3/5/2020
2.1.1 11,072 2/20/2020
2.1.0 3,452 2/20/2020
2.0.1 15,990 1/24/2020
2.0.0 7,305 1/13/2020
1.1.2 14,733 12/12/2019
1.1.1 3,677 12/11/2019
1.1.0 4,819 12/6/2019
1.0.2 16,627 10/22/2019
1.0.0 3,839 10/21/2019
0.22.0 5,025 10/14/2019
0.21.0 4,748 9/23/2019
0.20.1 3,291 9/23/2019
0.20.0 3,279 9/23/2019
0.19.0 23,199 8/16/2019
0.18.1 16,319 6/26/2019
0.18.0 5,624 6/21/2019
0.17.0 9,639 5/3/2019
0.16.0 8,107 4/14/2019
0.15.0 6,435 3/22/2019
0.14.0 5,393 2/23/2019
0.13.0 7,392 1/27/2019
0.12.0 3,974 1/11/2019
0.11.0 3,765 1/7/2019
0.10.0 4,077 12/21/2018
0.9.0 4,819 12/7/2018
0.8.0 3,898 11/19/2018
0.7.1 4,133 10/31/2018
0.7.0 3,586 10/26/2018
0.6.0 3,951 10/12/2018
0.5.0 11,212 9/25/2018
0.4.1 3,415 8/4/2018
0.4.0 3,117 7/15/2018
0.3.7 3,077 7/6/2018
0.3.6 2,955 7/4/2018
0.3.5 3,043 7/3/2018
0.3.4 2,926 7/2/2018
0.3.3 2,993 6/28/2018
0.3.2 2,948 6/27/2018
0.3.1 2,858 6/27/2018
0.3.0 4,573 6/27/2018