Update the documentation pages

This commit is contained in:
OpenIddict Bot
2021-05-10 19:05:13 +00:00
parent 9fca082610
commit 462a0dcb40
560 changed files with 2485 additions and 113985 deletions

View File

@@ -147,7 +147,7 @@
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Uri? Issuer { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public Uri Issuer { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@@ -159,7 +159,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">Uri</span>&gt;</td>
<td><span class="xref">System.Uri</span></td>
<td></td>
</tr>
</tbody>