Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Microsoft.​AspNetCore.​Builder.​RunExtensions
Assembly: Microsoft.AspNetCore.Http.Abstractions
Inheritance: object → RunExtensions
Extension methods for adding terminal middleware.
Methods
public static
void
Run​(IApplicationBuilder app,
Http.​RequestDelegate handler)
Adds a terminal middleware delegate to the application's request pipeline.
app
The <see cref="T:Microsoft.AspNetCore.Builder.IApplicationBuilder" /> instance.
handler
A delegate that handles the request.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object