Wangkanai.Detection 6.10.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Wangkanai.Detection --version 6.10.0
NuGet\Install-Package Wangkanai.Detection -Version 6.10.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="Wangkanai.Detection" Version="6.10.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Wangkanai.Detection --version 6.10.0
#r "nuget: Wangkanai.Detection, 6.10.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 Wangkanai.Detection as a Cake Addin
#addin nuget:?package=Wangkanai.Detection&version=6.10.0

// Install Wangkanai.Detection as a Cake Tool
#tool nuget:?package=Wangkanai.Detection&version=6.10.0

ASP.NET Core Detection

NuGet Badge NuGet Badge

ASP.NET Core Detection service components for identifying details about client device, browser, engine, platform, & crawler.

Build Status Open Collective Patreon GitHub

ASP.NET Core Detection

Installation

Installation of detection library is now done with a single package reference point.

PM> install-package Wangkanai.Detection

Configuration

This library host the component to resolve the access client device type.

Implement of the library into your web application is done by configuring the Startup.cs by adding the detection service in the ConfigureServices method.

public void ConfigureServices(IServiceCollection services)
{
    // Add detection services container and device resolver service.
    services.AddDetection();

    // Add framework services.
    services.AddControllersWithViews();
}
  • AddDetection() Adds the detection services to the services container.

The current device on a request is set in the Responsive middleware. The Responsive middleware is enabled in the Configure method of Startup.cs file.

public void Configure(IApplicationBuilder app, IHostingEnvironment env)
{
    app.UseDetection();
    
    app.UseRouting();  

    app.UseEndpoints(endpoints => endpoints.MapDefaultControllerRoute());
}

Adding the TagHelper features to your web application with following in your _ViewImports.cshtml

@using WebApplication1

@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, Wangkanai.Detection
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on Wangkanai.Detection:

Package Downloads
WebVella.Erp.Web

The web components library for the open-source and free platform WebVella ERP. It allows a quick and painless creation of business web applications.

Wangkanai.Responsive The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

ASP.NET Core Responsive middleware for routing base upon request client device detection to specific view. Also in the added feature of user preference made this library even more comprehensive must for developers whom to target multiple devices with view rendered and optimized directly from the server side.

Wangkanai.Analytics The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Embrace the power of data with Analytics, a .NET Core library for comprehensive website tracking. Delve into insightful statistics, understand your audience better, and make data-driven decisions with ease. From session duration to bounce rate, Analytics transforms raw data into meaningful insights. Join our community, shine a light on your website's performance, and let's unlock the full potential of website analytics with Analytics.

ZC.Middleware.DefaultAPI

Package Description

Wangkanai.Webmaster The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Revolutionize your SEO with Wangkanai Webmaster. This ASP.NET Core tool boosts your site's traffic and visibility. Ideal for developers aiming to elevate their site's SEO. A must-have for enhanced web traffic, visibility, and efficiency

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on Wangkanai.Detection:

Repository Stars
grandnode/grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
WebVella/WebVella-ERP
Free and open-source pluggable ERP and CRM software based on ASP.NET Core 5, RazorPages and PostgreSQL . Targets Linux or Windows as host OS.
grandnode/grandnode2
Open-Source eCommerce Platform on .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB & Vue.js
mrellipse/toucan
Boilerplate template using Vue.js, TypeScript and .NET Core 2.1, based on SOLID design principles
episerver/Foundation
Foundation offers a starting point that is intuitive, well-structured and modular allowing developers to explore CMS, Commerce, Personalization, Search and Navigation, Data Platform and Experimentation.
Version Downloads Last updated
8.12.0 3,617 3/9/2024
8.11.0 29,301 11/27/2023
8.10.0 1,136 11/23/2023
8.9.0 5,731 11/17/2023
8.8.0 1,196 11/15/2023
8.7.0 2,875 11/1/2023
8.6.0 781 10/22/2023
8.5.0 580 10/6/2023
8.4.0 717 9/28/2023
8.3.0 679 9/21/2023
8.2.0 2,076 7/20/2023
8.1.0 16,037 7/1/2023
8.0.0 1,888 6/28/2023
7.4.0 60,773 6/16/2023
7.3.2 52,385 6/7/2023
7.3.1 1,318 6/7/2023
7.3.0 30,310 5/15/2023
7.2.0 2,772 5/11/2023
7.1.1 32,466 4/13/2023
7.1.0 13,433 4/3/2023
7.0.0 69,314 1/18/2023
6.11.4 31,053 1/17/2023
6.11.3 39,255 1/10/2023
6.11.2 4,458 1/3/2023
6.11.1 2,443 12/31/2022
6.11.0 7,703 12/27/2022
6.10.0 3,288 12/23/2022
6.9.0 30,214 11/30/2022
6.8.0 6,857 11/28/2022
6.7.0 1,318 11/27/2022
6.6.0 2,225 11/26/2022
6.5.0 1,232 11/26/2022
6.4.0 2,105 11/24/2022
6.3.0 1,438 11/24/2022
6.2.0 18,727 11/14/2022
6.1.0 17,492 11/9/2022
6.0.0 2,366 11/9/2022
5.7.3 38,765 10/16/2022
5.7.2 24,814 9/27/2022
5.7.1 36,631 9/19/2022
5.7.0 8,173 9/13/2022
5.6.0 1,860 9/13/2022
5.5.300 3,076 9/9/2022
5.5.200 101,845 8/23/2022
5.5.100 1,390 8/21/2022
5.4.0 915 8/20/2022
5.3.0 52,711 6/23/2022
5.2.1 61,159 5/2/2022
5.2.0 95,224 3/8/2022
5.1.0 39,702 3/6/2022
5.0.0 14,308 2/9/2022
5.0.0-alpha8 673 2/9/2022
5.0.0-alpha7 673 2/8/2022
5.0.0-alpha6 410 2/8/2022
5.0.0-alpha5 738 2/4/2022
5.0.0-alpha4 4,181 12/7/2021
5.0.0-alpha3 510 12/5/2021
5.0.0-alpha2 463 12/4/2021
5.0.0-alpha1 456 12/3/2021
4.0.0 167,216 12/2/2021
4.0.0-beta4 438 12/2/2021
4.0.0-beta3 5,531 7/30/2021
4.0.0-beta2 60,040 5/11/2021
4.0.0-Beta1 731 5/5/2021
3.0.0 381,925 12/20/2020
3.0.0-beta2 716 12/20/2020
3.0.0-beta1 6,946 11/22/2020
3.0.0-alpha14 18,395 10/19/2020
3.0.0-alpha13 2,892 10/12/2020
3.0.0-alpha12 1,131 10/3/2020
3.0.0-alpha11 2,191 9/25/2020
3.0.0-alpha10 36,144 5/18/2020
3.0.0-alpha09 58,424 2/18/2020
3.0.0-alpha08 802 2/14/2020
3.0.0-alpha07 3,448 2/6/2020
3.0.0-alpha06 1,345 2/3/2020
3.0.0-alpha05 2,027 1/27/2020
3.0.0-alpha04 711 1/27/2020
3.0.0-alpha03 706 1/26/2020
3.0.0-alpha02 746 1/18/2020
3.0.0-alpha01 1,615 1/14/2020
2.0.1 215,335 9/25/2020
2.0.0 191,452 12/29/2019