Skip to content

Instantly share code, notes, and snippets.

@james-dibble
Created April 17, 2014 16:57
Show Gist options
  • Save james-dibble/10997880 to your computer and use it in GitHub Desktop.
Save james-dibble/10997880 to your computer and use it in GitHub Desktop.
RouteConfig for metaweblog
public static void RegisterRoutes(RouteCollection routes)
{
routes.Add(new Route("metaweblog", new MetaWeblogHandler()));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment