Skip to content

Instantly share code, notes, and snippets.

Created March 29, 2017 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/480dd5df48148f55af6a082b37bcd3f0 to your computer and use it in GitHub Desktop.
Save anonymous/480dd5df48148f55af6a082b37bcd3f0 to your computer and use it in GitHub Desktop.
blog 1
.Use(Func<RequestDelegate,RequestDelegate> inlineMiddleware);
.Run(RequestDelegate handler);
.Map(PathString pathMatch,Action<IApplicationBuilder> configurationAction);
.MapWhen(Func<HttpContext,bool> predicate,Action<IApplicationBuilder> configurationAction);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment