This dumb mistake just cost me an hour spelunking around in the debugger: var status = source.Substring(source.LastIndexOf(“/” + 1)); (where source is e.g. “http://foo.com/status/all-is-good“) Fortunately…
Life would be simpler if I had the source code