Wangkanai.Webmaster 1.3.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Wangkanai.Webmaster --version 1.3.0
                    
NuGet\Install-Package Wangkanai.Webmaster -Version 1.3.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.Webmaster" Version="1.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Wangkanai.Webmaster" Version="1.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Wangkanai.Webmaster" />
                    
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 Wangkanai.Webmaster --version 1.3.0
                    
#r "nuget: Wangkanai.Webmaster, 1.3.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.
#addin nuget:?package=Wangkanai.Webmaster&version=1.3.0
                    
Install Wangkanai.Webmaster as a Cake Addin
#tool nuget:?package=Wangkanai.Webmaster&version=1.3.0
                    
Install Wangkanai.Webmaster as a Cake Tool

Wangkanai Webmaster

ASP.NET Core Search Engine Optimization for Webmaster lets you improve the art, craft, and science of driving web traffic to enabling you with easy and efficiency native tool build in the asp.net core library.

Please give some love by clicking on the star! ⭐:star::star: This help movtivate me to continue on developing the project.

NuGet Badge NuGet Badge

Build Status Open Collective Patreon GitHub

Installation

Installation of Wangkanai Webmaster

PM> install-package Wangkanai.Webmaster

Implementation of the library into your web application is done by configuring the startup.cs by adding the Webmaster service in the ConfigureServices method.

public void ConfigureServices(IServiceCollection services)
{
    services.AddWebmaster();

    services.AddControllersWithViews();
}

Adding the Webmaster middleware to the pipeline. The Webmaster middleware is enabled in the Configure method of Startup.cs file.

public void Configure(IApplicationBuilder app)
{
    app.UseWebmaster();

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

Directory Structure

  • src - The code of this project lives here
  • test - The unit test of this project lives here
  • sample - The sample web app of this project lives here

Contributing

All contribution are welcome, please contact the author.

Product Compatible and additional computed target framework versions.
.NET 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.  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.

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
4.2.0 80 3/28/2025
4.0.0 175 3/21/2024
3.8.0 158 11/27/2023
3.7.0 137 11/23/2023
3.6.0 129 11/17/2023
3.5.0 115 11/15/2023
3.4.0 139 11/1/2023
3.3.0 153 10/22/2023
3.2.0 145 9/28/2023
3.1.0 159 9/21/2023
3.0.0 221 7/20/2023
2.1.0 221 7/1/2023
2.0.0 193 6/28/2023
1.13.0 187 6/16/2023
1.12.1 172 6/7/2023
1.12.0 171 5/15/2023
1.11.0 177 5/11/2023
1.10.0 246 4/3/2023
1.9.3 557 1/17/2023
1.9.2 356 1/10/2023
1.9.1 342 1/3/2023
1.9.0 360 12/31/2022
1.8.0 335 12/27/2022
1.7.0 367 12/23/2022
1.6.0 520 11/28/2022
1.5.0 381 11/27/2022
1.4.0 393 11/26/2022
1.3.0 400 11/24/2022
1.2.0 483 11/15/2022
1.1.0 391 11/9/2022
1.0.0 378 11/9/2022
0.6.2 542 9/27/2022
0.6.1 459 9/23/2022
0.6.0 532 9/14/2022
0.5.0 532 9/13/2022
0.4.0 464 9/13/2022
0.3.300 467 9/9/2022
0.3.200 494 8/23/2022
0.3.100 494 8/21/2022
0.2.900 670 6/23/2022
0.2.800 505 3/7/2022
0.2.700 500 3/6/2022
0.2.600 481 3/6/2022
0.2.500 533 2/8/2022
0.2.300 395 12/8/2021
0.2.200 354 12/3/2021
0.2.100 361 12/2/2021
0.1.401 736 7/30/2021
0.1.400 418 6/15/2021
0.1.300 419 6/4/2021
0.1.200 445 6/2/2021
0.1.100 410 5/2/2021
0.0.106 382 2/5/2021
0.0.105 836 2/21/2020
0.0.104 615 2/18/2020
0.0.103 558 2/10/2020
0.0.103-alpha 376 2/10/2020
0.0.102 506 2/5/2020
0.0.101 539 2/5/2020
0.0.101-alpha 490 1/30/2020
0.0.2 532 12/9/2019
0.0.1 599 8/25/2019