mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-06-29 10:23:10 +08:00
Update the documentation pages
This commit is contained in:
@@ -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<TContext>
|
||||
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<TContext, ValueTask>)</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<TContext, ValueTask>)</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><TContext, <span class="xref">System.Threading.Tasks.ValueTask</span>></td>
|
||||
<td><span class="xref">System.Func</span><TContext, <span class="xref">ValueTask</span>></td>
|
||||
<td><span class="parametername">handler</span></td>
|
||||
<td><p>The handler instance.</p>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user