mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-11-08 18:34:44 +08:00
Update the documentation pages
This commit is contained in:
@@ -124,7 +124,7 @@ an exception is thrown at runtime when trying to use the stores.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Type DbContextType { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Type? DbContextType { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
@@ -136,7 +136,7 @@ an exception is thrown at runtime when trying to use the stores.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Type</span></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">Type</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user