mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-03-23 17:53:26 +08:00
Update the documentation pages
This commit is contained in:
@@ -372,7 +372,7 @@ As such, it MUST NOT be mutated after options initialization to preserve the exa
|
||||
<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">
|
||||
@@ -384,7 +384,7 @@ As such, it MUST NOT be mutated after options initialization to preserve the exa
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">Uri</span>></td>
|
||||
<td><span class="xref">System.Uri</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -425,7 +425,7 @@ When the URL is relative, <a class="xref" href="OpenIddict.Validation.OpenIddict
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Uri? MetadataAddress { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Uri MetadataAddress { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
@@ -437,7 +437,7 @@ When the URL is relative, <a class="xref" href="OpenIddict.Validation.OpenIddict
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">Uri</span>></td>
|
||||
<td><span class="xref">System.Uri</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user