mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-04-13 09:18:05 +08:00
Update the documentation pages
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
<h5 id="OpenIddict_Validation_IOpenIddictValidationHandler_1_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public interface IOpenIddictValidationHandler<in 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">
|
||||
@@ -139,8 +139,8 @@
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user