You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sample demonstrates the new section functionality using `SectionOutlet` to mark a section and `SectionContent` to supply the content to a section.
32
+
This sample demonstrates the new section functionality using `SectionOutlet` to mark a section and `SectionContent` to supply the content to a section.
33
+
34
+
*[Request Timeout](request-timeout)
35
+
36
+
This sample demonstrates how to configure a request timeout.
Use `AddRequestTimeouts` to enable timeout functionality in your endpoints. Check `HttpContext.RequestAborted.IsCancellationRequested` to see if the request has timed out.
0 commit comments