Update the documentation pages

This commit is contained in:
OpenIddict Bot
2021-02-08 10:58:19 +00:00
parent 0718bfe145
commit 83e8df701f
136 changed files with 2000 additions and 2029 deletions

View File

@@ -165,7 +165,7 @@
<a id="Microsoft_Extensions_DependencyInjection_OpenIddictEntityFrameworkBuilder_Configure_" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictEntityFrameworkBuilder.Configure*"></a>
<h4 id="Microsoft_Extensions_DependencyInjection_OpenIddictEntityFrameworkBuilder_Configure_System_Action_OpenIddictEntityFrameworkOptions__" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictEntityFrameworkBuilder.Configure(System.Action{OpenIddictEntityFrameworkOptions})">Configure(Action&lt;OpenIddictEntityFrameworkOptions&gt;)</h4>
<h4 id="Microsoft_Extensions_DependencyInjection_OpenIddictEntityFrameworkBuilder_Configure_Action_OpenIddictEntityFrameworkOptions__" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictEntityFrameworkBuilder.Configure(Action{OpenIddictEntityFrameworkOptions})">Configure(Action&lt;OpenIddictEntityFrameworkOptions&gt;)</h4>
<div class="markdown level1 summary"><p>Amends the default OpenIddict Entity Framework 6.x configuration.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -184,7 +184,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">System.Action</span>&lt;<span class="xref">OpenIddictEntityFrameworkOptions</span>&gt;</td>
<td><span class="xref">Action</span>&lt;<span class="xref">OpenIddictEntityFrameworkOptions</span>&gt;</td>
<td><span class="parametername">configuration</span></td>
<td><p>The delegate used to configure the OpenIddict options.</p>
</td>
@@ -207,7 +207,7 @@
</tr>
</tbody>
</table>
<h5 id="Microsoft_Extensions_DependencyInjection_OpenIddictEntityFrameworkBuilder_Configure_System_Action_OpenIddictEntityFrameworkOptions___remarks">Remarks</h5>
<h5 id="Microsoft_Extensions_DependencyInjection_OpenIddictEntityFrameworkBuilder_Configure_Action_OpenIddictEntityFrameworkOptions___remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This extension can be safely called multiple times.</p>
</div>
@@ -371,7 +371,7 @@ from the default OpenIddict Entity Framework 6.x entities.</p>
<a id="Microsoft_Extensions_DependencyInjection_OpenIddictEntityFrameworkBuilder_UseDbContext_" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictEntityFrameworkBuilder.UseDbContext*"></a>
<h4 id="Microsoft_Extensions_DependencyInjection_OpenIddictEntityFrameworkBuilder_UseDbContext_System_Type_" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictEntityFrameworkBuilder.UseDbContext(System.Type)">UseDbContext(Type)</h4>
<h4 id="Microsoft_Extensions_DependencyInjection_OpenIddictEntityFrameworkBuilder_UseDbContext_Type_" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictEntityFrameworkBuilder.UseDbContext(Type)">UseDbContext(Type)</h4>
<div class="markdown level1 summary"><p>Configures the OpenIddict Entity Framework 6.x stores to use the specified database context type.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -390,7 +390,7 @@ from the default OpenIddict Entity Framework 6.x entities.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Type</span></td>
<td><span class="xref">Type</span></td>
<td><span class="parametername">type</span></td>
<td><p>The type of the <see cref="!:DbContext"></see> used by OpenIddict.</p>
</td>