KarcagS.Blazor.Common 6.1.2

dotnet add package KarcagS.Blazor.Common --version 6.1.2                
NuGet\Install-Package KarcagS.Blazor.Common -Version 6.1.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="KarcagS.Blazor.Common" Version="6.1.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KarcagS.Blazor.Common --version 6.1.2                
#r "nuget: KarcagS.Blazor.Common, 6.1.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.
// Install KarcagS.Blazor.Common as a Cake Addin
#addin nuget:?package=KarcagS.Blazor.Common&version=6.1.2

// Install KarcagS.Blazor.Common as a Cake Tool
#tool nuget:?package=KarcagS.Blazor.Common&version=6.1.2                

KarcagS.Blazor.Common

Common Blazor Library

HTTP

Install

  1. Register HelperService
  2. Register AuthHelperService
  3. Register DialogHelperService
  4. Register HttpService
    • Add Service as Scoped service into Startup.cs or Program.cs
    services.AddScoped<IHttpService, HttpService>();
    
    or
    builder.Services.AddScoped<IHttpService, HttpService>();
    
  5. Use it.

Helper

Install

  1. Register own Toaster what have to inherit from IToasterService

  2. Register HelperService

    • Add Service as Scoped service into Startup.cs or Program.cs
    services.AddScoped<IHelperService, HelperService>();
    

    or

    builder.Services.AddScoped<IHelperService, HelperService>();
    

Common Service

Service for common HTTP calls

  • Get element by Id
  • Get element lists
  • Post new element
  • Put element
  • Remove element

Toaster

You can add own Toaster service what is have to inherited from IToasterService

Components

  • Add using into _Imports.razor
@using Karcags.Blazor.Common

Loader Component

<Loader></Loader>

SimpleList

ListTable

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.1.2 109 12/31/2024
6.1.1 87 12/29/2024
6.1.0 98 12/27/2024
6.0.1 89 12/23/2024
6.0.0 90 12/22/2024
5.0.6 222 3/24/2024
5.0.5 365 1/18/2024
5.0.4 431 12/30/2023
5.0.3 390 12/30/2023
5.0.2 515 11/26/2023
5.0.1 439 11/26/2023
5.0.0 470 11/18/2023
4.2.2 704 8/5/2023
4.2.1 617 8/4/2023
4.2.0 612 8/3/2023
4.1.12 625 8/1/2023
4.1.11 639 7/22/2023
4.1.10 627 7/22/2023
4.1.9 594 7/21/2023
4.1.8 627 7/16/2023
4.1.7 681 7/5/2023
4.1.6 644 7/3/2023
4.1.5 674 7/3/2023
4.1.4 601 7/3/2023
4.1.3 624 7/3/2023
4.1.2 634 7/3/2023
4.1.1 648 7/2/2023
4.1.0 608 6/29/2023
4.0.7 618 6/25/2023
4.0.6 732 6/14/2023
4.0.5 648 6/10/2023
4.0.4 623 6/4/2023
4.0.3 615 5/11/2023
4.0.2 637 5/11/2023
4.0.1 613 5/11/2023
4.0.0 612 5/6/2023
3.0.11 700 5/1/2023
3.0.10 750 4/1/2023
3.0.9 705 3/26/2023
3.0.8 695 3/26/2023
3.0.7 695 3/26/2023
3.0.6 699 3/24/2023
3.0.5 722 3/19/2023
3.0.4 734 3/12/2023
3.0.3 748 3/12/2023
3.0.2 739 3/5/2023
3.0.1 739 3/5/2023
3.0.0 731 3/4/2023
2.9.9 725 3/3/2023
2.9.8 774 2/6/2023
2.9.7 753 2/2/2023
2.9.6 753 1/29/2023
2.9.5 800 1/21/2023
2.9.4 794 1/6/2023
2.9.3 818 1/6/2023
2.9.2 815 1/6/2023
2.9.1 803 1/6/2023
2.9.0 842 11/10/2022
2.8.9 907 10/31/2022
2.8.8 869 10/30/2022
2.8.7 824 10/29/2022
2.8.6 886 10/29/2022
2.8.5 902 10/26/2022
2.8.4 935 10/20/2022
2.8.3 878 10/18/2022
2.8.2 908 9/22/2022
2.8.1 977 9/17/2022
2.8.0 941 9/17/2022
2.7.9 926 9/17/2022
2.7.8 931 9/17/2022
2.7.7 889 9/10/2022
2.7.6 913 9/9/2022
2.7.5 925 9/9/2022
2.7.4 945 9/8/2022
2.7.3 878 9/8/2022
2.7.1 902 9/6/2022
2.7.0 902 9/1/2022
2.6.9 903 8/30/2022
2.6.8 943 8/28/2022
2.6.7 878 8/27/2022
2.6.6 915 8/26/2022
2.6.5 903 8/26/2022
2.6.4 946 8/25/2022
2.6.3 927 8/25/2022
2.6.2 918 8/24/2022
2.6.1 894 8/23/2022
2.6.0 932 8/23/2022
2.5.1 952 8/18/2022
2.5.0 933 8/18/2022
2.4.13 889 8/16/2022
2.4.12 893 8/16/2022
2.4.11 892 8/16/2022
2.4.10 901 8/15/2022
2.4.9 899 8/14/2022
2.4.8 906 8/14/2022
2.4.7 926 8/13/2022
2.4.6 946 8/9/2022
2.4.5 914 8/7/2022
2.4.4 915 7/31/2022
2.4.3 931 7/31/2022
2.4.2 926 7/31/2022
2.4.1 925 7/27/2022
2.4.0 977 7/26/2022
2.3.4 890 7/23/2022
2.3.3 963 7/23/2022
2.3.2 1,001 7/21/2022
2.3.1 945 7/18/2022
2.3.0 922 7/18/2022
2.2.5 961 7/6/2022
2.2.4 924 7/6/2022
2.2.3 899 6/26/2022
2.2.2 914 6/24/2022
2.2.1 944 6/22/2022
2.2.0 960 6/18/2022
2.1.0 970 6/10/2022
2.0.8 880 6/2/2022
2.0.7 957 4/15/2022
2.0.6 911 4/15/2022
2.0.5 883 4/9/2022
2.0.4 954 3/5/2022
2.0.3 938 3/4/2022
2.0.2 919 3/2/2022
2.0.1 934 2/28/2022
2.0.0 935 2/26/2022
1.3.6 1,012 1/31/2022
1.3.5 983 1/30/2022
1.3.4 932 1/24/2022
1.3.3 952 1/20/2022
1.3.2 923 1/15/2022
1.3.1 974 1/15/2022
1.3.0 943 1/11/2022
1.2.1 778 1/1/2022
1.2.0 793 12/17/2021
1.1.7 811 4/14/2021
1.1.6 817 4/10/2021
1.1.5 861 4/10/2021
1.1.4 905 4/10/2021
1.1.3 831 4/10/2021
1.1.2 900 3/20/2021
1.1.1 890 3/20/2021
1.1.0 907 3/16/2021
1.0.3 909 3/16/2021
1.0.2 933 1/30/2021
1.0.1 944 1/23/2021
1.0.0 943 1/21/2021