Click or drag to resize

IResolveMiddleware Methods

The IResolveMiddleware type exposes the following members.

Methods
  NameDescription
Public methodExecute
Invoked when this middleware is executed as part of an active ResolveRequest. The middleware should usually call the next method in order to continue the pipeline, unless the middleware fully satisfies the request.
Top
See Also