Assi.SlugifyExtension.Core
1.0.0
A version for .net core
Slug: is the part of an URL which identifies a page using human-readable keywords.
This extension for string type adds the Slugify method for generating slugs from any language. This extension method is useful for SEO friendly Urls.
Usage examples:
"Hello World!".Slugify(); // hello-world
"مرحبا بالعالم!".Slugify(); // مرحبا-بالعالم
"Merhaba dünya!".Slugify(); // merhaba-dunya
Install-Package Assi.SlugifyExtension.Core -Version 1.0.0
dotnet add package Assi.SlugifyExtension.Core --version 1.0.0
<PackageReference Include="Assi.SlugifyExtension.Core" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Assi.SlugifyExtension.Core --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 1.4
- NETStandard.Library (>= 1.6.1)
- System.Globalization.Extensions (>= 4.3.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 1,203 | 7/20/2017 |