Skip to content

Instantly share code, notes, and snippets.

View woodss's full-sized avatar
💭
Compiling...

Steve Woods woodss

💭
Compiling...
View GitHub Profile
@secretorange
secretorange / ConditionalAnchorTagHelper.cs
Last active February 17, 2019 16:23
ASP.NET 5 Conditional Anchor Tag Helper. This tag helper will omit the anchor tag if the href is null or empty.
namespace SecretOrange
{
[HtmlTargetElement("a", Attributes = "asp-conditional")]
public class ConditionalAnchorTagHelper : TagHelper
{
public override async void Process(TagHelperContext context, TagHelperOutput output)
{
var href = context.AllAttributes["href"]?.Value.ToString();
if (String.IsNullOrWhiteSpace(href))
@ryanmcdonough
ryanmcdonough / Twitter Terms Filter
Last active October 8, 2015 21:17
Twitter Terms Filter
Kim Kardashian
Kardashian
XtraFactor
xfactor
x-factor
scherzinger
mel b
cowell
louie
Ella__Henderson