Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leekelleher/safemaillink
Prevents spambots from harvesting email addresses from your ASP.NET webpages
https://github.com/leekelleher/safemaillink
Last synced: 2 months ago
JSON representation
Prevents spambots from harvesting email addresses from your ASP.NET webpages
- Host: GitHub
- URL: https://github.com/leekelleher/safemaillink
- Owner: leekelleher
- License: other
- Created: 2013-07-17T21:51:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-17T22:31:24.000Z (over 11 years ago)
- Last Synced: 2024-05-02T00:12:46.113Z (9 months ago)
- Language: C#
- Size: 371 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SafeMailLink
Prevents spambots from harvesting email addresses from your webpages.
This package dynamically encodes all the _mailto:_ links found on your rendered webpages at runtime.
Any _mailto:_ links with pre-populated parameters for subject and body fields are also encoded. Email addresses used as text for the email hyperlink are protected as well.
## Download
To get a copy of SafeMailLink you have the following options:
* Download the source and run the `build.cmd` (which runs an MSBuild against `build.proj`)
* Install using NuGet: [`PM> Install-Package SafeMailLink`](https://nuget.org/packages/SafeMailLink/)
* or if you use Umbraco CMS, then try the [SafeMailLink for Umbraco](http://our.umbraco.org/projects/website-utilities/safe-mail-link) package## Historical links
* The homepage of the original developer - [Marco Bellinaso](http://marcobellinaso.com/)
* [WayBack Machine archive of the original .Net2TheMax article](http://web.archive.org/web/20090818133549/http://www.dotnet2themax.com/ShowContent.aspx?ID=35efbee1-d8cd-4720-9eb2-83fc9a4033bb)
* [ASP.NET Control Gallery page for original SafeMailLink](http://www.asp.net/community/control-gallery/Item.aspx?i=829)## License
Copyright © 2004 Marco Bellinaso
Copyright © 2011 Lee KelleherThis project is licensed under [MIT](http://opensource.org/licenses/mit-license/).
Please see [LICENSE](LICENSE.txt) for further details.