Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The optional next component.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
protected OwinMiddleware Next { get; set; }
protected:
property OwinMiddleware^ Next {
OwinMiddleware^ get();
void set(OwinMiddleware^ value);
}
member Next : OwinMiddleware with get, set
Protected Property Next As OwinMiddleware
Property Value
Type: Microsoft.Owin.OwinMiddleware
Returns OwinMiddleware.
See Also
OwinMiddleware Class
Microsoft.Owin Namespace
Return to top