mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-03-24 02:03:26 +08:00
Update the documentation pages
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Struct OpenIddictParameter
|
||||
">
|
||||
<meta name="generator" content="docfx 2.56.6.0">
|
||||
<meta name="generator" content="docfx 2.56.7.0">
|
||||
|
||||
<link rel="shortcut icon" href="../images/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
@@ -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