Skip to content

Instantly share code, notes, and snippets.

@MahdiKarimipour
Created June 24, 2021 23:43
Show Gist options
  • Save MahdiKarimipour/b6f408e77065198292209f3ac4d78b81 to your computer and use it in GitHub Desktop.
Save MahdiKarimipour/b6f408e77065198292209f3ac4d78b81 to your computer and use it in GitHub Desktop.
Url Rewrite Custom Rule
public class CustomRule : Microsoft.AspNetCore.Rewrite.IRule
{
public void ApplyRule(RewriteContext context)
{
throw new NotImplementedException();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment