Skip to content

Instantly share code, notes, and snippets.

View programatt's full-sized avatar
😃
Code is neat.

Matt Phillips programatt

😃
Code is neat.
View GitHub Profile
.Run(RequestDelegate handler);
.Use(Func<RequestDelegate,RequestDelegate> inlineMiddleware);
.Map(PathString pathMatch,Action<IApplicationBuilder> configurationAction);
.MapWhen(Func<HttpContext,bool> predicate,Action<IApplicationBuilder> configurationAction);