Assi.SlugifyExtension
1.0.0
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 -Version 1.0.0
dotnet add package Assi.SlugifyExtension --version 1.0.0
<PackageReference Include="Assi.SlugifyExtension" 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 --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
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 | 835 | 7/20/2017 |