mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-10-23 17:29:02 +08:00
Update the documentation pages
This commit is contained in:
@@ -641,7 +641,7 @@ Note: if the JSON object contains multiple parameters with the same name, only t
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.IReadOnlyDictionary</span><<span class="xref">System.String</span>, <a class="xref" href="OpenIddict.Abstractions.OpenIddictParameter.html">OpenIddictParameter</a>></td>
|
||||
<td><span class="xref">IReadOnlyDictionary</span><<span class="xref">System.String</span>, <a class="xref" href="OpenIddict.Abstractions.OpenIddictParameter.html">OpenIddictParameter</a>></td>
|
||||
<td><p>A dictionary of all the parameters associated with the current instance.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -714,7 +714,7 @@ if it represents an array of strings or a JSON array.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.IReadOnlyList</span><<a class="xref" href="OpenIddict.Abstractions.OpenIddictParameter.html">OpenIddictParameter</a>></td>
|
||||
<td><span class="xref">IReadOnlyList</span><<a class="xref" href="OpenIddict.Abstractions.OpenIddictParameter.html">OpenIddictParameter</a>></td>
|
||||
<td><p>An enumeration of all the unnamed parameters associated with the current instance.</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user