Update the documentation pages

This commit is contained in:
OpenIddict Bot
2021-01-24 08:39:56 +00:00
parent 6733771c00
commit c637afeebf
469 changed files with 4841 additions and 4835 deletions

View File

@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
<h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
<h5 id="OpenIddict_Server_Owin_OpenIddictServerOwinHandlers_ExtractGetOrPostRequest_1_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class ExtractGetOrPostRequest&lt;TContext&gt; : IOpenIddictServerHandler&lt;TContext&gt; where TContext : OpenIddictValidationEvents.BaseValidatingContext</code></pre>
<pre><code class="lang-csharp hljs">public class ExtractGetOrPostRequest&lt;TContext&gt; : IOpenIddictServerHandler&lt;TContext&gt; where TContext : BaseValidatingContext</code></pre>
</div>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>