CodeFactory.PCA.Blazor
1.24171.1-Pre
This is a prerelease version of CodeFactory.PCA.Blazor.
dotnet add package CodeFactory.PCA.Blazor --version 1.24171.1-Pre
NuGet\Install-Package CodeFactory.PCA.Blazor -Version 1.24171.1-Pre
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="CodeFactory.PCA.Blazor" Version="1.24171.1-Pre" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CodeFactory.PCA.Blazor --version 1.24171.1-Pre
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CodeFactory.PCA.Blazor, 1.24171.1-Pre"
#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.
// Install CodeFactory.PCA.Blazor as a Cake Addin #addin nuget:?package=CodeFactory.PCA.Blazor&version=1.24171.1-Pre&prerelease // Install CodeFactory.PCA.Blazor as a Cake Tool #tool nuget:?package=CodeFactory.PCA.Blazor&version=1.24171.1-Pre&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Presentation Control Abstraction for Server Side Blazor
This is the core library for the PCA for server side Blazor pattern. The core focus of this library is clean separation of concerns between a Blazor component and control and flow logic that accesses external resources.
This library implements the following.
- Presentation base class for Blazor UI functionality
- Controller base class for implementation of control and flow functionality to manage a target Blazor component.
- Status edit form is a extended edit form that exposes when data has changed within the scope of an edit form.
- Navigation management to block navigation when data has changed. Implemented on the controller to support navigation manager, and browser based alerting.
- Centralized notification service allows for all notification or Toasts to render directly on layout.
- Centralized dialog service allows for all dialogs to render directly on the layout.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Microsoft.AspNetCore.Components.Web (>= 8.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CodeFactory.PCA.Blazor:
Package | Downloads |
---|---|
CodeFactory.PCA.Blazor.Tel
Central service blazor components using Telerik controls for PCA for Blazor Server |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.24171.1-Pre | 95 | 6/19/2024 |
1.24163.1-Pre | 59 | 6/11/2024 |
1.23353.1-Pre | 241 | 12/19/2023 |
Initial release