Ettissal 1.0.0

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

// Install Ettissal as a Cake Tool
#tool nuget:?package=Ettissal&version=1.0.0

<p align="center"> <img src="https://github.com/mabroukmahdhi/Ettissal/blob/main/ic_connected.png"> </p>

Ettissal

A nuget package that provides a component for Blazor WASM to check application connectivity to internet.

  • Ettissal package: Nuget

Installation

Install the nuget package in your Blazor WASM project:

dotnet add package Ettissal

Or,

NuGet\Install-Package Ettissal

How to use?

You have a Blazor WASM project and you want to check the application connectivity to internet. You can use the Ettissal component to do that.

Add Ettissal Library

Add the following line to the service collection in Program.cs file:

builder.Services.AddEttissal();

Use Ettissal ConnectedComponent

Using this component, you can check the application connectivity to internet. You can use it in any page or component in your Blazor WASM project.

<ConnectedComponent>
    <Online>
        <p>You're Online</p>
    </Online>
    <Offline>
        <p>You're Offline</p>
    </Offline>
</ConnectedComponent>

This will help you to show the content based on the application connectivity to internet. As you can see, you can use the Online and Offline components to show the content when the application is online or offline.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Author

Contact

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
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
1.0.0 181 12/17/2022