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

@@ -109,7 +109,7 @@
<h5 id="OpenIddict_Validation_OpenIddictValidationHandlerDescriptor_Builder_1_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class Builder&lt;TContext&gt;
where TContext : OpenIddictValidationEvents.BaseContext</code></pre>
where TContext : BaseContext</code></pre>
</div>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
@@ -431,7 +431,7 @@
<a id="OpenIddict_Validation_OpenIddictValidationHandlerDescriptor_Builder_1_UseInlineHandler_" data-uid="OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder`1.UseInlineHandler*"></a>
<h4 id="OpenIddict_Validation_OpenIddictValidationHandlerDescriptor_Builder_1_UseInlineHandler_System_Func__0_System_Threading_Tasks_ValueTask__" data-uid="OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder`1.UseInlineHandler(System.Func{`0,System.Threading.Tasks.ValueTask})">UseInlineHandler(Func&lt;TContext, ValueTask&gt;)</h4>
<h4 id="OpenIddict_Validation_OpenIddictValidationHandlerDescriptor_Builder_1_UseInlineHandler_System_Func__0_ValueTask__" data-uid="OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder`1.UseInlineHandler(System.Func{`0,ValueTask})">UseInlineHandler(Func&lt;TContext, ValueTask&gt;)</h4>
<div class="markdown level1 summary"><p>Configures the descriptor to use the specified inline handler.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -450,7 +450,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">System.Func</span>&lt;TContext, <span class="xref">System.Threading.Tasks.ValueTask</span>&gt;</td>
<td><span class="xref">System.Func</span>&lt;TContext, <span class="xref">ValueTask</span>&gt;</td>
<td><span class="parametername">handler</span></td>
<td><p>The handler instance.</p>
</td>